#9CC55F

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

Shades of Olivine #9CC55F

Tints of Olivine #9CC55F

Color information

#9CC55F (or 0x9CC55F) is unknown color: approx Olivine. HEX triplet: 9C, C5 and 5F. RGB value is (156,197,95). Sum of RGB (Red+Green+Blue) = 156+197+95=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC55F is #633AA0. Grayscale: #ADADAD. Windows color (decimal): -6503073 or 6276508. OLE color: 6276508.

HSL color Cylindrical-coordinate representation of color #9CC55F: hue angle of 84.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CC55F is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB15619795-
CMYK0.2100.520.23
HSL84.12º46.79%57.25%-
HSV(B)84.12º51.78%77.25%-
XYZ35.7447.8318.17-
YUV173.1183.92115.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=34.82%
G=43.97%
B=21.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156197950.2100.520.2384.1246.7957.25
Hex9CC55F1503417542f39
Octal23430513725064271245771
Binary10011100110001011011111101010110100101111010100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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