#A5C969

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

Shades of Olivine #A5C969

Tints of Olivine #A5C969

Color information

#A5C969 (or 0xA5C969) is unknown color: approx Olivine. HEX triplet: A5, C9 and 69. RGB value is (165,201,105). Sum of RGB (Red+Green+Blue) = 165+201+105=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C969 is #5A3696. Grayscale: #B3B3B3. Windows color (decimal): -5912215 or 6932901. OLE color: 6932901.

HSL color Cylindrical-coordinate representation of color #A5C969: hue angle of 82.5º 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 #A5C969 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB165201105-
CMYK0.1800.480.21
HSL82.5º47.06%60%-
HSV(B)82.5º47.76%78.82%-
XYZ38.9550.7921.12-
YUV179.2986.07117.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=35.03%
G=42.68%
B=22.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011050.1800.480.2182.547.0660
HexA5C9691203015522f3c
Octal24531115122060251225774
Binary10100101110010011101001100100110000101011010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C969; }

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

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

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

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

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

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

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

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