Html Css Color HEX #9FDE5E Conifer

📋 copy color: '#9FDE5E'

red 159 ◦ green 222 ◦ blue 94

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

Shades of Conifer #9FDE5E

Tints of Conifer #9FDE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 33.47%
G = 46.74%
B = 19.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#9FDE5E (or 0x9FDE5E) is known color: Conifer. HEX triplet: 9F, DE and 5E. RGB value is (159,222,94). Sum of RGB (Red+Green+Blue) = 159+222+94=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE5E is #6021A1. Grayscale: #BDBDBD. Windows color (decimal): -6300066 or 6217375. OLE color: 6217375.

HSL color Cylindrical-coordinate representation of color #9FDE5E: hue angle of 89.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDE5E is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 222 94 -
CMYK 0.28 0 0.58 0.13
HSL 89.53º 0.66% 0.62% -
HSV(B) 89.53º 0.58% 0.87% -
XYZ 42.44 60.42 20.02 -
YUV 188.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 159 222 94 0.28 0 0.58 0.13 89.53 0.66 0.62
Hex 9F DE 5E 1C 0 3A D 5A 42 3E
Octal 237 336 136 34 0 72 15 132 102 76
Binary 10011111 11011110 1011110 11100 0 111010 1101 1011010 1000010 111110

Color Harmonies of #9FDE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDE5E

Black with #9FDE5E

Text Example


Text Example

White with #9FDE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,94); }

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

background-color css

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

 a { background-color: rgb(159,222,94); }

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

border-color css

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

 span { border-color: rgb(159,222,94); }

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