#9CE364

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

Shades of Conifer #9CE364

Tints of Conifer #9CE364

Color information

#9CE364 (or 0x9CE364) is unknown color: approx Conifer. HEX triplet: 9C, E3 and 64. RGB value is (156,227,100). Sum of RGB (Red+Green+Blue) = 156+227+100=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE364 is #631C9B. Grayscale: #BFBFBF. Windows color (decimal): -6495388 or 6611868. OLE color: 6611868.

HSL color Cylindrical-coordinate representation of color #9CE364: hue angle of 93.54º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE364 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB156227100-
CMYK0.3100.560.11
HSL93.54º69.4%64.12%-
HSV(B)93.54º55.95%89.02%-
XYZ43.4862.9321.91-
YUV191.2976.48102.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 227 (89.06% from 255) = 47.00%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=32.30%
G=47.00%
B=20.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562271000.3100.560.1193.5469.464.12
Hex9CE3641F038B5e4540
Octal2343431443707013136105100
Binary100111001110001111001001111101110001011101111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,227,100); }

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

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

 a { background-color: rgb(156,227,100); }

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

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

 span { border-color: rgb(156,227,100); }

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