#9AD169

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

Shades of Olivine #9AD169

Tints of Olivine #9AD169

Color information

#9AD169 (or 0x9AD169) is unknown color: approx Olivine. HEX triplet: 9A, D1 and 69. RGB value is (154,209,105). Sum of RGB (Red+Green+Blue) = 154+209+105=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD169 is #652E96. Grayscale: #B5B5B5. Windows color (decimal): -6631063 or 6934938. OLE color: 6934938.

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

Color convert

RGB154209105-
CMYK0.2600.500.18
HSL91.73º53.06%61.57%-
HSV(B)91.73º49.76%81.96%-
XYZ38.6853.4921.65-
YUV180.785.28108.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=32.91%
G=44.66%
B=22.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542091050.2600.500.1891.7353.0661.57
Hex9AD1691A032125c353e
Octal23232115132062221346576
Binary10011010110100011101001110100110010100101011100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,105); }

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

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

 a { background-color: rgb(154,209,105); }

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

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

 span { border-color: rgb(154,209,105); }

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