Html Css Color HEX #A2C271 Olivine

📋 copy color: '#A2C271'

red 162 ◦ green 194 ◦ blue 113

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

Shades of Olivine #A2C271

Tints of Olivine #A2C271

RGB

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

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

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

R = 34.54%
G = 41.36%
B = 24.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A2C271 (or 0xA2C271) is known color: Olivine. HEX triplet: A2, C2 and 71. RGB value is (162,194,113). Sum of RGB (Red+Green+Blue) = 162+194+113=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C271 is #5D3D8E. Grayscale: #AFAFAF. Windows color (decimal): -6110607 or 7455394. OLE color: 7455394.

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

Color convert

RGB 162 194 113 -
CMYK 0.16 0 0.42 0.24
HSL 83.7º 0.4% 0.6% -
HSV(B) 83.7º 0.42% 0.76% -
XYZ 37.17 47.46 22.82 -
YUV 175.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 162 194 113 0.16 0 0.42 0.24 83.7 0.4 0.6
Hex A2 C2 71 10 0 2A 18 54 28 3C
Octal 242 302 161 20 0 52 30 124 50 74
Binary 10100010 11000010 1110001 10000 0 101010 11000 1010100 101000 111100

Color Harmonies of #A2C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C271

Black with #A2C271

Text Example


Text Example

White with #A2C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C271; }

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

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

background-color css

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

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

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

border-color css

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

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

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