Html Css Color HEX #A2C471 Olivine

📋 copy color: '#A2C471'

red 162 ◦ green 196 ◦ blue 113

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

Shades of Olivine #A2C471

Tints of Olivine #A2C471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 34.39%
G = 41.61%
B = 23.99%

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

#A2C471 (or 0xA2C471) is known color: Olivine. HEX triplet: A2, C4 and 71. RGB value is (162,196,113). Sum of RGB (Red+Green+Blue) = 162+196+113=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C471 is #5D3B8E. Grayscale: #B0B0B0. Windows color (decimal): -6110095 or 7455906. OLE color: 7455906.

HSL color Cylindrical-coordinate representation of color #A2C471: hue angle of 84.58º 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 #A2C471 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 113 -
CMYK 0.17 0 0.42 0.23
HSL 84.58º 0.41% 0.61% -
HSV(B) 84.58º 0.42% 0.77% -
XYZ 37.62 48.35 22.97 -
YUV 176.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 162 196 113 0.17 0 0.42 0.23 84.58 0.41 0.61
Hex A2 C4 71 11 0 2A 17 55 29 3D
Octal 242 304 161 21 0 52 27 125 51 75
Binary 10100010 11000100 1110001 10001 0 101010 10111 1010101 101001 111101

Color Harmonies of #A2C471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C471

Black with #A2C471

Text Example


Text Example

White with #A2C471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C471; }

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

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

background-color css

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

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

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

border-color css

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

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

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