Html Css Color HEX #A2C472 Olivine

📋 copy color: '#A2C472'

red 162 ◦ green 196 ◦ blue 114

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

Shades of Olivine #A2C472

Tints of Olivine #A2C472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

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

R = 34.32%
G = 41.53%
B = 24.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#A2C472 (or 0xA2C472) is known color: Olivine. HEX triplet: A2, C4 and 72. RGB value is (162,196,114). Sum of RGB (Red+Green+Blue) = 162+196+114=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C472 is #5D3B8D. Grayscale: #B0B0B0. Windows color (decimal): -6110094 or 7521442. OLE color: 7521442.

HSL color Cylindrical-coordinate representation of color #A2C472: hue angle of 84.88º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C472 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 114 -
CMYK 0.17 0 0.42 0.23
HSL 84.88º 0.41% 0.61% -
HSV(B) 84.88º 0.42% 0.77% -
XYZ 37.68 48.38 23.27 -
YUV 176.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 162 196 114 0.17 0 0.42 0.23 84.88 0.41 0.61
Hex A2 C4 72 11 0 2A 17 55 29 3D
Octal 242 304 162 21 0 52 27 125 51 75
Binary 10100010 11000100 1110010 10001 0 101010 10111 1010101 101001 111101

Color Harmonies of #A2C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C472

Black with #A2C472

Text Example


Text Example

White with #A2C472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C472; }

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

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

background-color css

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

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

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

border-color css

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

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

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