#9CF261

Color #9CF261 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9CF261

Tints of Conifer #9CF261

Color information

#9CF261 (or 0x9CF261) is unknown color: approx Conifer. HEX triplet: 9C, F2 and 61. RGB value is (156,242,97). Sum of RGB (Red+Green+Blue) = 156+242+97=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF261 is #630D9E. Grayscale: #C8C8C8. Windows color (decimal): -6491551 or 6419100. OLE color: 6419100.

HSL color Cylindrical-coordinate representation of color #9CF261: hue angle of 95.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CF261 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB15624297-
CMYK0.3600.600.05
HSL95.59º84.8%66.47%-
HSV(B)95.59º59.92%94.9%-
XYZ47.6271.4422.59-
YUV199.7670.0196.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=31.52%
G=48.89%
B=19.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156242970.3600.600.0595.5984.866.47
Hex9CF2612403C5605542
Octal234362141440745140125102
Binary100111001111001011000011001000111100101110000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,242,97); }

 H1.HeaderClassName
 {
   color: #9CF261;
 }
 .AnyTagClassName
 {
   color: #9CF261;
 }
</style>
background-color css

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

 a { background-color: rgb(156,242,97); }

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

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

 span { border-color: rgb(156,242,97); }

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