Html Css Color HEX #9BEA50 Conifer

📋 copy color: '#9BEA50'

red 155 ◦ green 234 ◦ blue 80

#9BEA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9BEA50

Tints of Conifer #9BEA50

RGB

 RED value IS 155 (60.94% from 255) = 33.05%

 GREEN value IS 234 (91.8% from 255) = 49.89%

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 33.05%
G = 49.89%
B = 17.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BEA50 (or 0x9BEA50) is known color: Conifer. HEX triplet: 9B, EA and 50. RGB value is (155,234,80). Sum of RGB (Red+Green+Blue) = 155+234+80=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA50 is #6415AF. Grayscale: #C1C1C1. Windows color (decimal): -6559152 or 5302939. OLE color: 5302939.

HSL color Cylindrical-coordinate representation of color #9BEA50: hue angle of 90.78º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BEA50 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 80 -
CMYK 0.34 0 0.66 0.08
HSL 90.78º 0.79% 0.62% -
HSV(B) 90.78º 0.66% 0.92% -
XYZ 44.39 66.39 18.07 -
YUV 192.82 64.33 101.02 -
System Red Green Blue C M Y K H S L
Decimal 155 234 80 0.34 0 0.66 0.08 90.78 0.79 0.62
Hex 9B EA 50 22 0 42 8 5B 4F 3E
Octal 233 352 120 42 0 102 10 133 117 76
Binary 10011011 11101010 1010000 100010 0 1000010 1000 1011011 1001111 111110

Color Harmonies of #9BEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEA50

Black with #9BEA50

Text Example


Text Example

White with #9BEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BEA50; }

 p { color: rgb(155,234,80); }

 H1.HeaderClassName
 {
   color: #9BEA50;
 }
 .AnyTagClassName
 {
   color: #9BEA50;
 }
</style>

background-color css

<style>
 a { background-color: #9BEA50; }

 a { background-color: rgb(155,234,80); }

 div.DivClassName
 {
   background-color: #9BEA50;
 }
 .BgClassName
 {
   background-color: #9BEA50;
 }
</style>

border-color css

<style>
 span { border-color: #9BEA50; }

 span { border-color: rgb(155,234,80); }

 td.TdClassName
 {
   border-color: #9BEA50;
 }
 .TagClassName
 {
   border-color: #9BEA50;
 }
</style>