#9CF155

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

Shades of Conifer #9CF155

Tints of Conifer #9CF155

Color information

#9CF155 (or 0x9CF155) is unknown color: approx Conifer. HEX triplet: 9C, F1 and 55. RGB value is (156,241,85). Sum of RGB (Red+Green+Blue) = 156+241+85=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF155 is #630EAA. Grayscale: #C6C6C6. Windows color (decimal): -6491819 or 5632412. OLE color: 5632412.

HSL color Cylindrical-coordinate representation of color #9CF155: hue angle of 92.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CF155 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB15624185-
CMYK0.3500.650.05
HSL92.69º84.78%63.92%-
HSV(B)92.69º64.73%94.51%-
XYZ46.8170.6319.76-
YUV197.864.3498.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=32.37%
G=50%
B=17.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156241850.3500.650.0592.6984.7863.92
Hex9CF1552304155d5540
Octal2343611254301015135125100
Binary1001110011110001101010110001101000001101101110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,85); }

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

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

 a { background-color: rgb(156,241,85); }

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

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

 span { border-color: rgb(156,241,85); }

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