Html Css Color HEX #A2CA77 Olivine

📋 copy color: '#A2CA77'

red 162 ◦ green 202 ◦ blue 119

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

Shades of Olivine #A2CA77

Tints of Olivine #A2CA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 33.54%
G = 41.82%
B = 24.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#A2CA77 (or 0xA2CA77) is known color: Olivine. HEX triplet: A2, CA and 77. RGB value is (162,202,119). Sum of RGB (Red+Green+Blue) = 162+202+119=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA77 is #5D3588. Grayscale: #B4B4B4. Windows color (decimal): -6108553 or 7850658. OLE color: 7850658.

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

Color convert

RGB 162 202 119 -
CMYK 0.20 0 0.41 0.21
HSL 88.92º 0.44% 0.63% -
HSV(B) 88.92º 0.41% 0.79% -
XYZ 39.35 51.25 25.27 -
YUV 180.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 162 202 119 0.20 0 0.41 0.21 88.92 0.44 0.63
Hex A2 CA 77 14 0 29 15 59 2C 3F
Octal 242 312 167 24 0 51 25 131 54 77
Binary 10100010 11001010 1110111 10100 0 101001 10101 1011001 101100 111111

Color Harmonies of #A2CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA77

Black with #A2CA77

Text Example


Text Example

White with #A2CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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