#A9C269

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

Shades of Olivine #A9C269

Tints of Olivine #A9C269

Color information

#A9C269 (or 0xA9C269) is unknown color: approx Olivine. HEX triplet: A9, C2 and 69. RGB value is (169,194,105). Sum of RGB (Red+Green+Blue) = 169+194+105=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C269 is #563D96. Grayscale: #B0B0B0. Windows color (decimal): -5651863 or 6931113. OLE color: 6931113.

HSL color Cylindrical-coordinate representation of color #A9C269: hue angle of 76.85º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9C269 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB169194105-
CMYK0.1300.460.24
HSL76.85º42.18%58.63%-
HSV(B)76.85º45.88%76.08%-
XYZ38.248.0420.62-
YUV176.3887.72122.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=36.11%
G=41.45%
B=22.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941050.1300.460.2476.8542.1858.63
HexA9C269D02E184d2a3b
Octal25130215115056301155273
Binary1010100111000010110100111010101110110001001101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C269; }

 p { color: rgb(169,194,105); }

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

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

 a { background-color: rgb(169,194,105); }

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

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

 span { border-color: rgb(169,194,105); }

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