#9CC475

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

Shades of Olivine #9CC475

Tints of Olivine #9CC475

Color information

#9CC475 (or 0x9CC475) is unknown color: approx Olivine. HEX triplet: 9C, C4 and 75. RGB value is (156,196,117). Sum of RGB (Red+Green+Blue) = 156+196+117=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC475 is #633B8A. Grayscale: #AFAFAF. Windows color (decimal): -6503307 or 7718044. OLE color: 7718044.

HSL color Cylindrical-coordinate representation of color #9CC475: hue angle of 90.38º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CC475 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB156196117-
CMYK0.2000.400.23
HSL90.38º40.1%61.37%-
HSV(B)90.38º40.31%76.86%-
XYZ36.6647.8324.13-
YUV175.0395.25114.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=33.26%
G=41.79%
B=24.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561961170.2000.400.2390.3840.161.37
Hex9CC47514028175a283d
Octal23430416524050271325075
Binary10011100110001001110101101000101000101111011010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,196,117); }

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

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

 a { background-color: rgb(156,196,117); }

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

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

 span { border-color: rgb(156,196,117); }

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