Html Css Color HEX #A2C560 Olivine

📋 copy color: '#A2C560'

red 162 ◦ green 197 ◦ blue 96

#A2C560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A2C560

Tints of Olivine #A2C560

RGB

 RED value IS 162 (63.67% from 255) = 35.6%

 GREEN value IS 197 (77.34% from 255) = 43.3%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 35.6%
G = 43.3%
B = 21.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A2C560 (or 0xA2C560) is known color: Olivine. HEX triplet: A2, C5 and 60. RGB value is (162,197,96). Sum of RGB (Red+Green+Blue) = 162+197+96=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C560 is #5D3A9F. Grayscale: #AFAFAF. Windows color (decimal): -6109856 or 6342050. OLE color: 6342050.

HSL color Cylindrical-coordinate representation of color #A2C560: hue angle of 80.79º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2C560 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 96 -
CMYK 0.18 0 0.51 0.23
HSL 80.79º 0.47% 0.57% -
HSV(B) 80.79º 0.51% 0.77% -
XYZ 36.98 48.46 18.47 -
YUV 175.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 162 197 96 0.18 0 0.51 0.23 80.79 0.47 0.57
Hex A2 C5 60 12 0 33 17 51 2F 39
Octal 242 305 140 22 0 63 27 121 57 71
Binary 10100010 11000101 1100000 10010 0 110011 10111 1010001 101111 111001

Color Harmonies of #A2C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C560

Black with #A2C560

Text Example


Text Example

White with #A2C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C560; }

 p { color: rgb(162,197,96); }

 H1.HeaderClassName
 {
   color: #A2C560;
 }
 .AnyTagClassName
 {
   color: #A2C560;
 }
</style>

background-color css

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

 a { background-color: rgb(162,197,96); }

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

border-color css

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

 span { border-color: rgb(162,197,96); }

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