Html Css Color HEX #A2C171 Olivine

📋 copy color: '#A2C171'

red 162 ◦ green 193 ◦ blue 113

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

Shades of Olivine #A2C171

Tints of Olivine #A2C171

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

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

R = 34.62%
G = 41.24%
B = 24.15%

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

#A2C171 (or 0xA2C171) is known color: Olivine. HEX triplet: A2, C1 and 71. RGB value is (162,193,113). Sum of RGB (Red+Green+Blue) = 162+193+113=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C171 is #5D3E8E. Grayscale: #AEAEAE. Windows color (decimal): -6110863 or 7455138. OLE color: 7455138.

HSL color Cylindrical-coordinate representation of color #A2C171: hue angle of 83.25º degrees, saturation: 0.39, 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 #A2C171 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 113 -
CMYK 0.16 0 0.41 0.24
HSL 83.25º 0.39% 0.6% -
HSV(B) 83.25º 0.41% 0.76% -
XYZ 36.95 47.01 22.75 -
YUV 174.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 162 193 113 0.16 0 0.41 0.24 83.25 0.39 0.6
Hex A2 C1 71 10 0 29 18 53 27 3C
Octal 242 301 161 20 0 51 30 123 47 74
Binary 10100010 11000001 1110001 10000 0 101001 11000 1010011 100111 111100

Color Harmonies of #A2C171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C171

Black with #A2C171

Text Example


Text Example

White with #A2C171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C171; }

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

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

background-color css

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

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

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

border-color css

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

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

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