Html Css Color HEX #A2C460 Olivine

📋 copy color: '#A2C460'

red 162 ◦ green 196 ◦ blue 96

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

Shades of Olivine #A2C460

Tints of Olivine #A2C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

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

R = 35.68%
G = 43.17%
B = 21.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A2C460 (or 0xA2C460) is known color: Olivine. HEX triplet: A2, C4 and 60. RGB value is (162,196,96). Sum of RGB (Red+Green+Blue) = 162+196+96=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C460 is #5D3B9F. Grayscale: #AEAEAE. Windows color (decimal): -6110112 or 6341794. OLE color: 6341794.

HSL color Cylindrical-coordinate representation of color #A2C460: hue angle of 80.4º degrees, saturation: 0.46, 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 #A2C460 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 96 -
CMYK 0.17 0 0.51 0.23
HSL 80.4º 0.46% 0.57% -
HSV(B) 80.4º 0.51% 0.77% -
XYZ 36.75 48.01 18.4 -
YUV 174.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 162 196 96 0.17 0 0.51 0.23 80.4 0.46 0.57
Hex A2 C4 60 11 0 33 17 50 2E 39
Octal 242 304 140 21 0 63 27 120 56 71
Binary 10100010 11000100 1100000 10001 0 110011 10111 1010000 101110 111001

Color Harmonies of #A2C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C460

Black with #A2C460

Text Example


Text Example

White with #A2C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C460; }

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

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

background-color css

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

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

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

border-color css

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

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

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