Html Css Color HEX #A2CA60 Olivine

📋 copy color: '#A2CA60'

red 162 ◦ green 202 ◦ blue 96

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

Shades of Olivine #A2CA60

Tints of Olivine #A2CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

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

R = 35.22%
G = 43.91%
B = 20.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#A2CA60 (or 0xA2CA60) is known color: Olivine. HEX triplet: A2, CA and 60. RGB value is (162,202,96). Sum of RGB (Red+Green+Blue) = 162+202+96=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA60 is #5D359F. Grayscale: #B2B2B2. Windows color (decimal): -6108576 or 6343330. OLE color: 6343330.

HSL color Cylindrical-coordinate representation of color #A2CA60: hue angle of 82.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2CA60 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 96 -
CMYK 0.20 0 0.52 0.21
HSL 82.64º 0.5% 0.58% -
HSV(B) 82.64º 0.52% 0.79% -
XYZ 38.13 50.77 18.86 -
YUV 177.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 162 202 96 0.20 0 0.52 0.21 82.64 0.5 0.58
Hex A2 CA 60 14 0 34 15 53 32 3A
Octal 242 312 140 24 0 64 25 123 62 72
Binary 10100010 11001010 1100000 10100 0 110100 10101 1010011 110010 111010

Color Harmonies of #A2CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA60

Black with #A2CA60

Text Example


Text Example

White with #A2CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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