#9DC476

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

Shades of Olivine #9DC476

Tints of Olivine #9DC476

Color information

#9DC476 (or 0x9DC476) is unknown color: approx Olivine. HEX triplet: 9D, C4 and 76. RGB value is (157,196,118). Sum of RGB (Red+Green+Blue) = 157+196+118=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC476 is #623B89. Grayscale: #AFAFAF. Windows color (decimal): -6437770 or 7783581. OLE color: 7783581.

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

Color convert

RGB157196118-
CMYK0.2000.400.23
HSL90º39.8%61.57%-
HSV(B)90º39.8%76.86%-
XYZ36.9147.9624.45-
YUV175.4595.58114.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=33.33%
G=41.61%
B=25.05%

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
Decimal1571961180.2000.400.239039.861.57
Hex9DC47614028175a283e
Octal23530416624050271325076
Binary10011101110001001110110101000101000101111011010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,196,118); }

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

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

 a { background-color: rgb(157,196,118); }

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

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

 span { border-color: rgb(157,196,118); }

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