#A2C867

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

Shades of Olivine #A2C867

Tints of Olivine #A2C867

Color information

#A2C867 (or 0xA2C867) is unknown color: approx Olivine. HEX triplet: A2, C8 and 67. RGB value is (162,200,103). Sum of RGB (Red+Green+Blue) = 162+200+103=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C867 is #5D3798. Grayscale: #B1B1B1. Windows color (decimal): -6109081 or 6801570. OLE color: 6801570.

HSL color Cylindrical-coordinate representation of color #A2C867: hue angle of 83.51º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C867 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB162200103-
CMYK0.1900.480.22
HSL83.51º46.86%59.41%-
HSV(B)83.51º48.5%78.43%-
XYZ3849.9720.47-
YUV177.5885.91116.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=34.84%
G=43.01%
B=22.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001030.1900.480.2283.5146.8659.41
HexA2C8671303016542f3b
Octal24231014723060261245773
Binary10100010110010001100111100110110000101101010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C867; }

 p { color: rgb(162,200,103); }

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

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

 a { background-color: rgb(162,200,103); }

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

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

 span { border-color: rgb(162,200,103); }

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