#9CE150

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

Shades of Conifer #9CE150

Tints of Conifer #9CE150

Color information

#9CE150 (or 0x9CE150) is unknown color: approx Conifer. HEX triplet: 9C, E1 and 50. RGB value is (156,225,80). Sum of RGB (Red+Green+Blue) = 156+225+80=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE150 is #631EAF. Grayscale: #BCBCBC. Windows color (decimal): -6495920 or 5300636. OLE color: 5300636.

HSL color Cylindrical-coordinate representation of color #9CE150: hue angle of 88.55º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CE150 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB15622580-
CMYK0.3100.640.12
HSL88.55º70.73%59.8%-
HSV(B)88.55º64.44%88.24%-
XYZ42.0861.517.24-
YUV187.8467.14105.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=33.84%
G=48.81%
B=17.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156225800.3100.640.1288.5570.7359.8
Hex9CE1501F040C59473c
Octal2343411203701001413110774
Binary100111001110000110100001111101000000110010110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,225,80); }

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

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

 a { background-color: rgb(156,225,80); }

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

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

 span { border-color: rgb(156,225,80); }

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