Html Css Color HEX #A0C76F Olivine

📋 copy color: '#A0C76F'

red 160 ◦ green 199 ◦ blue 111

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

Shades of Olivine #A0C76F

Tints of Olivine #A0C76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 34.04%
G = 42.34%
B = 23.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#A0C76F (or 0xA0C76F) is known color: Olivine. HEX triplet: A0, C7 and 6F. RGB value is (160,199,111). Sum of RGB (Red+Green+Blue) = 160+199+111=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C76F is #5F3890. Grayscale: #B1B1B1. Windows color (decimal): -6240401 or 7325600. OLE color: 7325600.

HSL color Cylindrical-coordinate representation of color #A0C76F: hue angle of 86.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 #A0C76F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 111 -
CMYK 0.20 0 0.44 0.22
HSL 86.59º 0.44% 0.61% -
HSV(B) 86.59º 0.44% 0.78% -
XYZ 37.79 49.47 22.6 -
YUV 177.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 160 199 111 0.20 0 0.44 0.22 86.59 0.44 0.61
Hex A0 C7 6F 14 0 2C 16 57 2C 3D
Octal 240 307 157 24 0 54 26 127 54 75
Binary 10100000 11000111 1101111 10100 0 101100 10110 1010111 101100 111101

Color Harmonies of #A0C76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C76F

Black with #A0C76F

Text Example


Text Example

White with #A0C76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C76F; }

 p { color: rgb(160,199,111); }

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

background-color css

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

 a { background-color: rgb(160,199,111); }

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

border-color css

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

 span { border-color: rgb(160,199,111); }

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