#A2CD6A

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

Shades of Olivine #A2CD6A

Tints of Olivine #A2CD6A

Color information

#A2CD6A (or 0xA2CD6A) is unknown color: approx Olivine. HEX triplet: A2, CD and 6A. RGB value is (162,205,106). Sum of RGB (Red+Green+Blue) = 162+205+106=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD6A is #5D3295. Grayscale: #B5B5B5. Windows color (decimal): -6107798 or 6999458. OLE color: 6999458.

HSL color Cylindrical-coordinate representation of color #A2CD6A: hue angle of 86.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2CD6A is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB162205106-
CMYK0.2100.480.20
HSL86.06º49.75%60.98%-
HSV(B)86.06º48.29%80.39%-
XYZ39.3352.3821.67-
YUV180.8685.75114.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=34.25%
G=43.34%
B=22.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051060.2100.480.2086.0649.7560.98
HexA2CD6A150301456323d
Octal24231515225060241266275
Binary10100010110011011101010101010110000101001010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD6A; }

 p { color: rgb(162,205,106); }

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

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

 a { background-color: rgb(162,205,106); }

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

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

 span { border-color: rgb(162,205,106); }

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