Html Css Color HEX #9FD966 Conifer

📋 copy color: '#9FD966'

red 159 ◦ green 217 ◦ blue 102

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

Shades of Conifer #9FD966

Tints of Conifer #9FD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 33.26%
G = 45.4%
B = 21.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9FD966 (or 0x9FD966) is known color: Conifer. HEX triplet: 9F, D9 and 66. RGB value is (159,217,102). Sum of RGB (Red+Green+Blue) = 159+217+102=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD966 is #602699. Grayscale: #BABABA. Windows color (decimal): -6301338 or 6740383. OLE color: 6740383.

HSL color Cylindrical-coordinate representation of color #9FD966: hue angle of 90.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD966 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 102 -
CMYK 0.27 0 0.53 0.15
HSL 90.26º 0.6% 0.63% -
HSV(B) 90.26º 0.53% 0.85% -
XYZ 41.51 57.96 21.57 -
YUV 186.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 159 217 102 0.27 0 0.53 0.15 90.26 0.6 0.63
Hex 9F D9 66 1B 0 35 F 5A 3C 3F
Octal 237 331 146 33 0 65 17 132 74 77
Binary 10011111 11011001 1100110 11011 0 110101 1111 1011010 111100 111111

Color Harmonies of #9FD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD966

Black with #9FD966

Text Example


Text Example

White with #9FD966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,217,102); }

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

background-color css

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

 a { background-color: rgb(159,217,102); }

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

border-color css

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

 span { border-color: rgb(159,217,102); }

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