#9DD168

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

Shades of Olivine #9DD168

Tints of Olivine #9DD168

Color information

#9DD168 (or 0x9DD168) is unknown color: approx Olivine. HEX triplet: 9D, D1 and 68. RGB value is (157,209,104). Sum of RGB (Red+Green+Blue) = 157+209+104=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD168 is #622E97. Grayscale: #B5B5B5. Windows color (decimal): -6434456 or 6869405. OLE color: 6869405.

HSL color Cylindrical-coordinate representation of color #9DD168: hue angle of 89.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD168 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB157209104-
CMYK0.2500.500.18
HSL89.71º53.3%61.37%-
HSV(B)89.71º50.24%81.96%-
XYZ39.253.7721.41-
YUV181.4884.27110.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=33.40%
G=44.47%
B=22.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091040.2500.500.1889.7153.361.37
Hex9DD16819032125a353d
Octal23532115031062221326575
Binary10011101110100011101000110010110010100101011010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,104); }

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

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

 a { background-color: rgb(157,209,104); }

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

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

 span { border-color: rgb(157,209,104); }

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