#A2C67E

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

Shades of Olivine #A2C67E

Tints of Olivine #A2C67E

Color information

#A2C67E (or 0xA2C67E) is unknown color: approx Olivine. HEX triplet: A2, C6 and 7E. RGB value is (162,198,126). Sum of RGB (Red+Green+Blue) = 162+198+126=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C67E is #5D3981. Grayscale: #B3B3B3. Windows color (decimal): -6109570 or 8308386. OLE color: 8308386.

HSL color Cylindrical-coordinate representation of color #A2C67E: hue angle of 90º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C67E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB162198126-
CMYK0.1800.360.22
HSL90º38.71%63.53%-
HSV(B)90º36.36%77.65%-
XYZ38.8649.5827.26-
YUV179.0398.07115.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=33.33%
G=40.74%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981260.1800.360.229038.7163.53
HexA2C67E12024165a2740
Octal242306176220442613247100
Binary101000101100011011111101001001001001011010110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C67E; }

 p { color: rgb(162,198,126); }

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

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

 a { background-color: rgb(162,198,126); }

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

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

 span { border-color: rgb(162,198,126); }

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