#9CC15F

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

Shades of Olivine #9CC15F

Tints of Olivine #9CC15F

Color information

#9CC15F (or 0x9CC15F) is unknown color: approx Olivine. HEX triplet: 9C, C1 and 5F. RGB value is (156,193,95). Sum of RGB (Red+Green+Blue) = 156+193+95=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC15F is #633EA0. Grayscale: #ABABAB. Windows color (decimal): -6504097 or 6275484. OLE color: 6275484.

HSL color Cylindrical-coordinate representation of color #9CC15F: hue angle of 82.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CC15F is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB15619395-
CMYK0.1900.510.24
HSL82.65º44.14%56.47%-
HSV(B)82.65º50.78%75.69%-
XYZ34.8546.0317.88-
YUV170.7685.24117.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=35.14%
G=43.47%
B=21.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156193950.1900.510.2482.6544.1456.47
Hex9CC15F1303318532c38
Octal23430113723063301235470
Binary10011100110000011011111100110110011110001010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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