Html Css Color HEX #A2CA76 Olivine

📋 copy color: '#A2CA76'

red 162 ◦ green 202 ◦ blue 118

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

Shades of Olivine #A2CA76

Tints of Olivine #A2CA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 33.61%
G = 41.91%
B = 24.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#A2CA76 (or 0xA2CA76) is known color: Olivine. HEX triplet: A2, CA and 76. RGB value is (162,202,118). Sum of RGB (Red+Green+Blue) = 162+202+118=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA76 is #5D3589. Grayscale: #B4B4B4. Windows color (decimal): -6108554 or 7785122. OLE color: 7785122.

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

Color convert

RGB 162 202 118 -
CMYK 0.20 0 0.42 0.21
HSL 88.57º 0.44% 0.63% -
HSV(B) 88.57º 0.42% 0.79% -
XYZ 39.29 51.23 24.96 -
YUV 180.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 162 202 118 0.20 0 0.42 0.21 88.57 0.44 0.63
Hex A2 CA 76 14 0 2A 15 59 2C 3F
Octal 242 312 166 24 0 52 25 131 54 77
Binary 10100010 11001010 1110110 10100 0 101010 10101 1011001 101100 111111

Color Harmonies of #A2CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA76

Black with #A2CA76

Text Example


Text Example

White with #A2CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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