#A2C768

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

Shades of Olivine #A2C768

Tints of Olivine #A2C768

Color information

#A2C768 (or 0xA2C768) is unknown color: approx Olivine. HEX triplet: A2, C7 and 68. RGB value is (162,199,104). Sum of RGB (Red+Green+Blue) = 162+199+104=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C768 is #5D3897. Grayscale: #B1B1B1. Windows color (decimal): -6109336 or 6866850. OLE color: 6866850.

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

Color convert

RGB162199104-
CMYK0.1900.480.22
HSL83.37º45.89%59.41%-
HSV(B)83.37º47.74%78.04%-
XYZ37.8249.5320.66-
YUV177.1186.74117.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=34.84%
G=42.80%
B=22.37%

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
Decimal1621991040.1900.480.2283.3745.8959.41
HexA2C7681303016532e3b
Octal24230715023060261235673
Binary10100010110001111101000100110110000101101010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C768; }

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

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

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

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

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

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

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

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