#9CCE5F

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

Shades of Olivine #9CCE5F

Tints of Olivine #9CCE5F

Color information

#9CCE5F (or 0x9CCE5F) is unknown color: approx Olivine. HEX triplet: 9C, CE and 5F. RGB value is (156,206,95). Sum of RGB (Red+Green+Blue) = 156+206+95=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE5F is #6331A0. Grayscale: #B2B2B2. Windows color (decimal): -6500769 or 6278812. OLE color: 6278812.

HSL color Cylindrical-coordinate representation of color #9CCE5F: hue angle of 87.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CCE5F is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB15620695-
CMYK0.2400.540.19
HSL87.03º53.11%59.02%-
HSV(B)87.03º53.88%80.78%-
XYZ37.8552.0418.88-
YUV178.480.94112.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=34.14%
G=45.08%
B=20.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156206950.2400.540.1987.0353.1159.02
Hex9CCE5F180361357353b
Octal23431613730066231276573
Binary10011100110011101011111110000110110100111010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,95); }

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

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

 a { background-color: rgb(156,206,95); }

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

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

 span { border-color: rgb(156,206,95); }

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