Html Css Color HEX #A2C676 Olivine

📋 copy color: '#A2C676'

red 162 ◦ green 198 ◦ blue 118

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

Shades of Olivine #A2C676

Tints of Olivine #A2C676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

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

R = 33.89%
G = 41.42%
B = 24.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#A2C676 (or 0xA2C676) is known color: Olivine. HEX triplet: A2, C6 and 76. RGB value is (162,198,118). Sum of RGB (Red+Green+Blue) = 162+198+118=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C676 is #5D3989. Grayscale: #B2B2B2. Windows color (decimal): -6109578 or 7784098. OLE color: 7784098.

HSL color Cylindrical-coordinate representation of color #A2C676: hue angle of 87º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C676 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 118 -
CMYK 0.18 0 0.40 0.22
HSL 87º 0.41% 0.62% -
HSV(B) 87º 0.4% 0.78% -
XYZ 38.36 49.38 24.65 -
YUV 178.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 162 198 118 0.18 0 0.40 0.22 87 0.41 0.62
Hex A2 C6 76 12 0 28 16 57 29 3E
Octal 242 306 166 22 0 50 26 127 51 76
Binary 10100010 11000110 1110110 10010 0 101000 10110 1010111 101001 111110

Color Harmonies of #A2C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C676

Black with #A2C676

Text Example


Text Example

White with #A2C676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C676; }

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

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

background-color css

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

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

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

border-color css

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

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

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