#A5C262

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

Shades of Olivine #A5C262

Tints of Olivine #A5C262

Color information

#A5C262 (or 0xA5C262) is unknown color: approx Olivine. HEX triplet: A5, C2 and 62. RGB value is (165,194,98). Sum of RGB (Red+Green+Blue) = 165+194+98=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C262 is #5A3D9D. Grayscale: #AEAEAE. Windows color (decimal): -5914014 or 6472357. OLE color: 6472357.

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

Color convert

RGB16519498-
CMYK0.1500.490.24
HSL78.12º44.04%57.25%-
HSV(B)78.12º49.48%76.08%-
XYZ37.0147.4618.77-
YUV174.3884.89121.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=36.11%
G=42.45%
B=21.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165194980.1500.490.2478.1244.0457.25
HexA5C262F031184e2c39
Octal24530214217061301165471
Binary1010010111000010110001011110110001110001001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C262; }

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

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

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

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

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

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

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

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