#A9C969

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

Shades of Olivine #A9C969

Tints of Olivine #A9C969

Color information

#A9C969 (or 0xA9C969) is unknown color: approx Olivine. HEX triplet: A9, C9 and 69. RGB value is (169,201,105). Sum of RGB (Red+Green+Blue) = 169+201+105=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C969 is #563696. Grayscale: #B4B4B4. Windows color (decimal): -5650071 or 6932905. OLE color: 6932905.

HSL color Cylindrical-coordinate representation of color #A9C969: hue angle of 80º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9C969 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB169201105-
CMYK0.1600.480.21
HSL80º47.06%60%-
HSV(B)80º47.76%78.82%-
XYZ39.851.2321.16-
YUV180.4985.4119.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=35.58%
G=42.32%
B=22.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011050.1600.480.218047.0660
HexA9C9691003015502f3c
Octal25131115120060251205774
Binary10101001110010011101001100000110000101011010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C969; }

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

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

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

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

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

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

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

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