Html Css Color HEX #A2C573 Olivine

📋 copy color: '#A2C573'

red 162 ◦ green 197 ◦ blue 115

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

Shades of Olivine #A2C573

Tints of Olivine #A2C573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 34.18%
G = 41.56%
B = 24.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#A2C573 (or 0xA2C573) is known color: Olivine. HEX triplet: A2, C5 and 73. RGB value is (162,197,115). Sum of RGB (Red+Green+Blue) = 162+197+115=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C573 is #5D3A8C. Grayscale: #B1B1B1. Windows color (decimal): -6109837 or 7587234. OLE color: 7587234.

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

Color convert

RGB 162 197 115 -
CMYK 0.18 0 0.42 0.23
HSL 85.61º 0.41% 0.61% -
HSV(B) 85.61º 0.42% 0.77% -
XYZ 37.96 48.85 23.65 -
YUV 177.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 162 197 115 0.18 0 0.42 0.23 85.61 0.41 0.61
Hex A2 C5 73 12 0 2A 17 56 29 3D
Octal 242 305 163 22 0 52 27 126 51 75
Binary 10100010 11000101 1110011 10010 0 101010 10111 1010110 101001 111101

Color Harmonies of #A2C573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C573

Black with #A2C573

Text Example


Text Example

White with #A2C573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C573; }

 p { color: rgb(162,197,115); }

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

background-color css

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

 a { background-color: rgb(162,197,115); }

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

border-color css

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

 span { border-color: rgb(162,197,115); }

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