#A0C26A

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

Shades of Olivine #A0C26A

Tints of Olivine #A0C26A

Color information

#A0C26A (or 0xA0C26A) is unknown color: approx Olivine. HEX triplet: A0, C2 and 6A. RGB value is (160,194,106). Sum of RGB (Red+Green+Blue) = 160+194+106=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C26A is #5F3D95. Grayscale: #AEAEAE. Windows color (decimal): -6241686 or 6996640. OLE color: 6996640.

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

Color convert

RGB160194106-
CMYK0.1800.450.24
HSL83.18º41.9%58.82%-
HSV(B)83.18º45.36%76.08%-
XYZ36.3947.120.81-
YUV173.889.74118.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=34.78%
G=42.17%
B=23.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941060.1800.450.2483.1841.958.82
HexA0C26A1202D18532a3b
Octal24030215222055301235273
Binary10100000110000101101010100100101101110001010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C26A; }

 p { color: rgb(160,194,106); }

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

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

 a { background-color: rgb(160,194,106); }

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

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

 span { border-color: rgb(160,194,106); }

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