Html Css Color HEX #A2C878 Olivine

📋 copy color: '#A2C878'

red 162 ◦ green 200 ◦ blue 120

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

Shades of Olivine #A2C878

Tints of Olivine #A2C878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

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

R = 33.61%
G = 41.49%
B = 24.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#A2C878 (or 0xA2C878) is known color: Olivine. HEX triplet: A2, C8 and 78. RGB value is (162,200,120). Sum of RGB (Red+Green+Blue) = 162+200+120=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C878 is #5D3787. Grayscale: #B3B3B3. Windows color (decimal): -6109064 or 7915682. OLE color: 7915682.

HSL color Cylindrical-coordinate representation of color #A2C878: hue angle of 88.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C878 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 120 -
CMYK 0.19 0 0.4 0.22
HSL 88.5º 0.42% 0.63% -
HSV(B) 88.5º 0.4% 0.78% -
XYZ 38.94 50.35 25.43 -
YUV 179.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 162 200 120 0.19 0 0.4 0.22 88.5 0.42 0.63
Hex A2 C8 78 13 0 28 16 58 2A 3F
Octal 242 310 170 23 0 50 26 130 52 77
Binary 10100010 11001000 1111000 10011 0 101000 10110 1011000 101010 111111

Color Harmonies of #A2C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C878

Black with #A2C878

Text Example


Text Example

White with #A2C878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C878; }

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

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

background-color css

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

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

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

border-color css

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

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

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