Html Css Color HEX #9FDB5B Conifer

📋 copy color: '#9FDB5B'

red 159 ◦ green 219 ◦ blue 91

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

Shades of Conifer #9FDB5B

Tints of Conifer #9FDB5B

RGB

 RED value IS 159 (62.5% from 255) = 33.9%

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 33.9%
G = 46.7%
B = 19.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#9FDB5B (or 0x9FDB5B) is known color: Conifer. HEX triplet: 9F, DB and 5B. RGB value is (159,219,91). Sum of RGB (Red+Green+Blue) = 159+219+91=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB5B is #6024A4. Grayscale: #BABABA. Windows color (decimal): -6300837 or 6019999. OLE color: 6019999.

HSL color Cylindrical-coordinate representation of color #9FDB5B: hue angle of 88.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDB5B is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 91 -
CMYK 0.27 0 0.58 0.14
HSL 88.13º 0.64% 0.61% -
HSV(B) 88.13º 0.58% 0.86% -
XYZ 41.52 58.79 19.06 -
YUV 186.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 159 219 91 0.27 0 0.58 0.14 88.13 0.64 0.61
Hex 9F DB 5B 1B 0 3A E 58 40 3D
Octal 237 333 133 33 0 72 16 130 100 75
Binary 10011111 11011011 1011011 11011 0 111010 1110 1011000 1000000 111101

Color Harmonies of #9FDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB5B

Black with #9FDB5B

Text Example


Text Example

White with #9FDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,91); }

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

background-color css

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

 a { background-color: rgb(159,219,91); }

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

border-color css

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

 span { border-color: rgb(159,219,91); }

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