#9DD06A

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

Shades of Olivine #9DD06A

Tints of Olivine #9DD06A

Color information

#9DD06A (or 0x9DD06A) is unknown color: approx Olivine. HEX triplet: 9D, D0 and 6A. RGB value is (157,208,106). Sum of RGB (Red+Green+Blue) = 157+208+106=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD06A is #622F95. Grayscale: #B5B5B5. Windows color (decimal): -6434710 or 7000221. OLE color: 7000221.

HSL color Cylindrical-coordinate representation of color #9DD06A: hue angle of 90º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD06A is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB157208106-
CMYK0.2500.490.18
HSL90º52.04%61.57%-
HSV(B)90º49.04%81.57%-
XYZ39.0653.3221.87-
YUV181.1285.6110.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=33.33%
G=44.16%
B=22.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081060.2500.490.189052.0461.57
Hex9DD06A19031125a343e
Octal23532015231061221326476
Binary10011101110100001101010110010110001100101011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,106); }

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

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

 a { background-color: rgb(157,208,106); }

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

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

 span { border-color: rgb(157,208,106); }

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