Html Css Color HEX #A2C060 Olivine

📋 copy color: '#A2C060'

red 162 ◦ green 192 ◦ blue 96

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

Shades of Olivine #A2C060

Tints of Olivine #A2C060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

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

R = 36%
G = 42.67%
B = 21.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#A2C060 (or 0xA2C060) is known color: Olivine. HEX triplet: A2, C0 and 60. RGB value is (162,192,96). Sum of RGB (Red+Green+Blue) = 162+192+96=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C060 is #5D3F9F. Grayscale: #ACACAC. Windows color (decimal): -6111136 or 6340770. OLE color: 6340770.

HSL color Cylindrical-coordinate representation of color #A2C060: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2C060 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 96 -
CMYK 0.16 0 0.50 0.25
HSL 78.75º 0.43% 0.56% -
HSV(B) 78.75º 0.5% 0.75% -
XYZ 35.86 46.23 18.1 -
YUV 172.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 162 192 96 0.16 0 0.50 0.25 78.75 0.43 0.56
Hex A2 C0 60 10 0 32 19 4F 2B 38
Octal 242 300 140 20 0 62 31 117 53 70
Binary 10100010 11000000 1100000 10000 0 110010 11001 1001111 101011 111000

Color Harmonies of #A2C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C060

Black with #A2C060

Text Example


Text Example

White with #A2C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C060; }

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

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

background-color css

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

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

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

border-color css

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

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

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