#A5C171

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

Shades of Olivine #A5C171

Tints of Olivine #A5C171

Color information

#A5C171 (or 0xA5C171) is unknown color: approx Olivine. HEX triplet: A5, C1 and 71. RGB value is (165,193,113). Sum of RGB (Red+Green+Blue) = 165+193+113=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C171 is #5A3E8E. Grayscale: #AFAFAF. Windows color (decimal): -5914255 or 7455141. OLE color: 7455141.

HSL color Cylindrical-coordinate representation of color #A5C171: hue angle of 81º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5C171 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB165193113-
CMYK0.1500.410.24
HSL81º39.22%60%-
HSV(B)81º41.45%75.69%-
XYZ37.5747.3322.78-
YUV175.5192.72120.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=35.03%
G=40.98%
B=23.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931130.1500.410.248139.2260
HexA5C171F0291851273c
Octal24530116117051301214774
Binary1010010111000001111000111110101001110001010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C171; }

 p { color: rgb(165,193,113); }

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

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

 a { background-color: rgb(165,193,113); }

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

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

 span { border-color: rgb(165,193,113); }

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