#9DC85A

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

Shades of Olivine #9DC85A

Tints of Olivine #9DC85A

Color information

#9DC85A (or 0x9DC85A) is unknown color: approx Olivine. HEX triplet: 9D, C8 and 5A. RGB value is (157,200,90). Sum of RGB (Red+Green+Blue) = 157+200+90=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC85A is #6237A5. Grayscale: #AFAFAF. Windows color (decimal): -6436774 or 5949597. OLE color: 5949597.

HSL color Cylindrical-coordinate representation of color #9DC85A: hue angle of 83.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DC85A is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB15720090-
CMYK0.2200.550.22
HSL83.45º50%56.86%-
HSV(B)83.45º55%78.43%-
XYZ36.449.2117.25-
YUV174.680.25115.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=35.12%
G=44.74%
B=20.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157200900.2200.550.2283.455056.86
Hex9DC85A1603716533239
Octal23531013226067261236271
Binary10011101110010001011010101100110111101101010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,90); }

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

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

 a { background-color: rgb(157,200,90); }

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

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

 span { border-color: rgb(157,200,90); }

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