#A5C273

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

Shades of Olivine #A5C273

Tints of Olivine #A5C273

Color information

#A5C273 (or 0xA5C273) is unknown color: approx Olivine. HEX triplet: A5, C2 and 73. RGB value is (165,194,115). Sum of RGB (Red+Green+Blue) = 165+194+115=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C273 is #5A3D8C. Grayscale: #B0B0B0. Windows color (decimal): -5913997 or 7586469. OLE color: 7586469.

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

Color convert

RGB165194115-
CMYK0.1500.410.24
HSL82.03º39.3%60.59%-
HSV(B)82.03º40.72%76.08%-
XYZ37.947.8223.45-
YUV176.3293.39119.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=34.81%
G=40.93%
B=24.26%

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
Decimal1651941150.1500.410.2482.0339.360.59
HexA5C273F0291852273d
Octal24530216317051301224775
Binary1010010111000010111001111110101001110001010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C273; }

 p { color: rgb(165,194,115); }

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

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

 a { background-color: rgb(165,194,115); }

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

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

 span { border-color: rgb(165,194,115); }

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