Html Css Color HEX #A0C871 Olivine

📋 copy color: '#A0C871'

red 160 ◦ green 200 ◦ blue 113

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

Shades of Olivine #A0C871

Tints of Olivine #A0C871

RGB

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

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

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

R = 33.83%
G = 42.28%
B = 23.89%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#A0C871 (or 0xA0C871) is known color: Olivine. HEX triplet: A0, C8 and 71. RGB value is (160,200,113). Sum of RGB (Red+Green+Blue) = 160+200+113=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C871 is #5F378E. Grayscale: #B2B2B2. Windows color (decimal): -6240143 or 7456928. OLE color: 7456928.

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

Color convert

RGB 160 200 113 -
CMYK 0.2 0 0.44 0.22
HSL 87.59º 0.44% 0.61% -
HSV(B) 87.59º 0.44% 0.78% -
XYZ 38.13 49.97 23.26 -
YUV 178.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 160 200 113 0.2 0 0.44 0.22 87.59 0.44 0.61
Hex A0 C8 71 14 0 2C 16 58 2C 3D
Octal 240 310 161 24 0 54 26 130 54 75
Binary 10100000 11001000 1110001 10100 0 101100 10110 1011000 101100 111101

Color Harmonies of #A0C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C871

Black with #A0C871

Text Example


Text Example

White with #A0C871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C871; }

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

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

background-color css

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

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

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

border-color css

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

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

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