Html Css Color HEX #A2C178 Olivine

📋 copy color: '#A2C178'

red 162 ◦ green 193 ◦ blue 120

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

Shades of Olivine #A2C178

Tints of Olivine #A2C178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 34.11%
G = 40.63%
B = 25.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A2C178 (or 0xA2C178) is known color: Olivine. HEX triplet: A2, C1 and 78. RGB value is (162,193,120). Sum of RGB (Red+Green+Blue) = 162+193+120=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C178 is #5D3E87. Grayscale: #AFAFAF. Windows color (decimal): -6110856 or 7913890. OLE color: 7913890.

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

Color convert

RGB 162 193 120 -
CMYK 0.16 0 0.38 0.24
HSL 85.48º 0.37% 0.61% -
HSV(B) 85.48º 0.38% 0.76% -
XYZ 37.36 47.18 24.91 -
YUV 175.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 162 193 120 0.16 0 0.38 0.24 85.48 0.37 0.61
Hex A2 C1 78 10 0 26 18 55 25 3D
Octal 242 301 170 20 0 46 30 125 45 75
Binary 10100010 11000001 1111000 10000 0 100110 11000 1010101 100101 111101

Color Harmonies of #A2C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C178

Black with #A2C178

Text Example


Text Example

White with #A2C178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C178; }

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

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

background-color css

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

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

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

border-color css

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

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

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