Html Css Color HEX #A0C879 Olivine

📋 copy color: '#A0C879'

red 160 ◦ green 200 ◦ blue 121

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

Shades of Olivine #A0C879

Tints of Olivine #A0C879

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

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

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 33.26%
G = 41.58%
B = 25.16%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#A0C879 (or 0xA0C879) is known color: Olivine. HEX triplet: A0, C8 and 79. RGB value is (160,200,121). Sum of RGB (Red+Green+Blue) = 160+200+121=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C879 is #5F3786. Grayscale: #B3B3B3. Windows color (decimal): -6240135 or 7981216. OLE color: 7981216.

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

Color convert

RGB 160 200 121 -
CMYK 0.2 0 0.39 0.22
HSL 90.38º 0.42% 0.63% -
HSV(B) 90.38º 0.4% 0.78% -
XYZ 38.6 50.16 25.74 -
YUV 179.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 160 200 121 0.2 0 0.39 0.22 90.38 0.42 0.63
Hex A0 C8 79 14 0 27 16 5A 2A 3F
Octal 240 310 171 24 0 47 26 132 52 77
Binary 10100000 11001000 1111001 10100 0 100111 10110 1011010 101010 111111

Color Harmonies of #A0C879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C879

Black with #A0C879

Text Example


Text Example

White with #A0C879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C879; }

 p { color: rgb(160,200,121); }

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

background-color css

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

 a { background-color: rgb(160,200,121); }

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

border-color css

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

 span { border-color: rgb(160,200,121); }

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