#A5C36A

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

Shades of Olivine #A5C36A

Tints of Olivine #A5C36A

Color information

#A5C36A (or 0xA5C36A) is unknown color: approx Olivine. HEX triplet: A5, C3 and 6A. RGB value is (165,195,106). Sum of RGB (Red+Green+Blue) = 165+195+106=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C36A is #5A3C95. Grayscale: #B0B0B0. Windows color (decimal): -5913750 or 6996901. OLE color: 6996901.

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

Color convert

RGB165195106-
CMYK0.1500.460.24
HSL80.22º42.58%59.02%-
HSV(B)80.22º45.64%76.47%-
XYZ37.6348.0720.93-
YUV175.8888.56120.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=35.41%
G=41.85%
B=22.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951060.1500.460.2480.2242.5859.02
HexA5C36AF02E18502b3b
Octal24530315217056301205373
Binary1010010111000011110101011110101110110001010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C36A; }

 p { color: rgb(165,195,106); }

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

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

 a { background-color: rgb(165,195,106); }

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

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

 span { border-color: rgb(165,195,106); }

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