#A2C07B

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

Shades of Olivine #A2C07B

Tints of Olivine #A2C07B

Color information

#A2C07B (or 0xA2C07B) is unknown color: approx Olivine. HEX triplet: A2, C0 and 7B. RGB value is (162,192,123). Sum of RGB (Red+Green+Blue) = 162+192+123=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C07B is #5D3F84. Grayscale: #AFAFAF. Windows color (decimal): -6111109 or 8110242. OLE color: 8110242.

HSL color Cylindrical-coordinate representation of color #A2C07B: hue angle of 86.09º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C07B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB162192123-
CMYK0.1600.360.25
HSL86.09º35.38%61.76%-
HSV(B)86.09º35.94%75.29%-
XYZ37.3346.8125.81-
YUV175.1698.56118.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=33.96%
G=40.25%
B=25.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921230.1600.360.2586.0935.3861.76
HexA2C07B100241956233e
Octal24230017320044311264376
Binary10100010110000001111011100000100100110011010110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C07B; }

 p { color: rgb(162,192,123); }

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

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

 a { background-color: rgb(162,192,123); }

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

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

 span { border-color: rgb(162,192,123); }

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