#A2CC68

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

Shades of Olivine #A2CC68

Tints of Olivine #A2CC68

Color information

#A2CC68 (or 0xA2CC68) is unknown color: approx Olivine. HEX triplet: A2, CC and 68. RGB value is (162,204,104). Sum of RGB (Red+Green+Blue) = 162+204+104=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC68 is #5D3397. Grayscale: #B4B4B4. Windows color (decimal): -6108056 or 6868130. OLE color: 6868130.

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

Color convert

RGB162204104-
CMYK0.2100.490.2
HSL85.2º49.5%60.39%-
HSV(B)85.2º49.02%80%-
XYZ38.9951.8721.05-
YUV180.0485.09115.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=34.47%
G=43.40%
B=22.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041040.2100.490.285.249.560.39
HexA2CC68150311455323c
Octal24231415025061241256274
Binary10100010110011001101000101010110001101001010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC68; }

 p { color: rgb(162,204,104); }

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

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

 a { background-color: rgb(162,204,104); }

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

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

 span { border-color: rgb(162,204,104); }

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