#A5C870

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

Shades of Olivine #A5C870

Tints of Olivine #A5C870

Color information

#A5C870 (or 0xA5C870) is unknown color: approx Olivine. HEX triplet: A5, C8 and 70. RGB value is (165,200,112). Sum of RGB (Red+Green+Blue) = 165+200+112=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C870 is #5A378F. Grayscale: #B3B3B3. Windows color (decimal): -5912464 or 7391397. OLE color: 7391397.

HSL color Cylindrical-coordinate representation of color #A5C870: hue angle of 83.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5C870 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB165200112-
CMYK0.1800.440.22
HSL83.86º44.44%61.18%-
HSV(B)83.86º44%78.43%-
XYZ39.150.4823.01-
YUV179.589.9117.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=34.59%
G=41.93%
B=23.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001120.1800.440.2283.8644.4461.18
HexA5C8701202C16542c3d
Octal24531016022054261245475
Binary10100101110010001110000100100101100101101010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C870; }

 p { color: rgb(165,200,112); }

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

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

 a { background-color: rgb(165,200,112); }

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

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

 span { border-color: rgb(165,200,112); }

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