Html Css Color HEX #A0C86D Olivine

📋 copy color: '#A0C86D'

red 160 ◦ green 200 ◦ blue 109

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

Shades of Olivine #A0C86D

Tints of Olivine #A0C86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 34.12%
G = 42.64%
B = 23.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#A0C86D (or 0xA0C86D) is known color: Olivine. HEX triplet: A0, C8 and 6D. RGB value is (160,200,109). Sum of RGB (Red+Green+Blue) = 160+200+109=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C86D is #5F3792. Grayscale: #B1B1B1. Windows color (decimal): -6240147 or 7194784. OLE color: 7194784.

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

Color convert

RGB 160 200 109 -
CMYK 0.2 0 0.46 0.22
HSL 86.37º 0.45% 0.61% -
HSV(B) 86.37º 0.46% 0.78% -
XYZ 37.91 49.89 22.1 -
YUV 177.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 160 200 109 0.2 0 0.46 0.22 86.37 0.45 0.61
Hex A0 C8 6D 14 0 2E 16 56 2D 3D
Octal 240 310 155 24 0 56 26 126 55 75
Binary 10100000 11001000 1101101 10100 0 101110 10110 1010110 101101 111101

Color Harmonies of #A0C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C86D

Black with #A0C86D

Text Example


Text Example

White with #A0C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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