Html Css Color HEX #9FDB5F Conifer

📋 copy color: '#9FDB5F'

red 159 ◦ green 219 ◦ blue 95

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

Shades of Conifer #9FDB5F

Tints of Conifer #9FDB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.08%

R = 33.62%
G = 46.3%
B = 20.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#9FDB5F (or 0x9FDB5F) is known color: Conifer. HEX triplet: 9F, DB and 5F. RGB value is (159,219,95). Sum of RGB (Red+Green+Blue) = 159+219+95=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB5F is #6024A0. Grayscale: #BBBBBB. Windows color (decimal): -6300833 or 6282143. OLE color: 6282143.

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

Color convert

RGB 159 219 95 -
CMYK 0.27 0 0.57 0.14
HSL 89.03º 0.63% 0.62% -
HSV(B) 89.03º 0.57% 0.86% -
XYZ 41.7 58.86 19.99 -
YUV 186.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 159 219 95 0.27 0 0.57 0.14 89.03 0.63 0.62
Hex 9F DB 5F 1B 0 39 E 59 3F 3E
Octal 237 333 137 33 0 71 16 131 77 76
Binary 10011111 11011011 1011111 11011 0 111001 1110 1011001 111111 111110

Color Harmonies of #9FDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB5F

Black with #9FDB5F

Text Example


Text Example

White with #9FDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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