Html Css Color HEX #A2C272 Olivine

📋 copy color: '#A2C272'

red 162 ◦ green 194 ◦ blue 114

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

Shades of Olivine #A2C272

Tints of Olivine #A2C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 34.47%
G = 41.28%
B = 24.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#A2C272 (or 0xA2C272) is known color: Olivine. HEX triplet: A2, C2 and 72. RGB value is (162,194,114). Sum of RGB (Red+Green+Blue) = 162+194+114=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C272 is #5D3D8D. Grayscale: #AFAFAF. Windows color (decimal): -6110606 or 7520930. OLE color: 7520930.

HSL color Cylindrical-coordinate representation of color #A2C272: hue angle of 84º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2C272 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 114 -
CMYK 0.16 0 0.41 0.24
HSL 84º 0.4% 0.6% -
HSV(B) 84º 0.41% 0.76% -
XYZ 37.23 47.48 23.12 -
YUV 175.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 162 194 114 0.16 0 0.41 0.24 84 0.4 0.6
Hex A2 C2 72 10 0 29 18 54 28 3C
Octal 242 302 162 20 0 51 30 124 50 74
Binary 10100010 11000010 1110010 10000 0 101001 11000 1010100 101000 111100

Color Harmonies of #A2C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C272

Black with #A2C272

Text Example


Text Example

White with #A2C272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C272; }

 p { color: rgb(162,194,114); }

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

background-color css

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

 a { background-color: rgb(162,194,114); }

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

border-color css

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

 span { border-color: rgb(162,194,114); }

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