Html Css Color HEX #A0C376 Olivine

📋 copy color: '#A0C376'

red 160 ◦ green 195 ◦ blue 118

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

Shades of Olivine #A0C376

Tints of Olivine #A0C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 33.83%
G = 41.23%
B = 24.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#A0C376 (or 0xA0C376) is known color: Olivine. HEX triplet: A0, C3 and 76. RGB value is (160,195,118). Sum of RGB (Red+Green+Blue) = 160+195+118=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C376 is #5F3C89. Grayscale: #B0B0B0. Windows color (decimal): -6241418 or 7783328. OLE color: 7783328.

HSL color Cylindrical-coordinate representation of color #A0C376: hue angle of 87.27º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C376 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 118 -
CMYK 0.18 0 0.39 0.24
HSL 87.27º 0.39% 0.61% -
HSV(B) 87.27º 0.39% 0.76% -
XYZ 37.28 47.81 24.4 -
YUV 175.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 160 195 118 0.18 0 0.39 0.24 87.27 0.39 0.61
Hex A0 C3 76 12 0 27 18 57 27 3D
Octal 240 303 166 22 0 47 30 127 47 75
Binary 10100000 11000011 1110110 10010 0 100111 11000 1010111 100111 111101

Color Harmonies of #A0C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C376

Black with #A0C376

Text Example


Text Example

White with #A0C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C376; }

 p { color: rgb(160,195,118); }

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

background-color css

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

 a { background-color: rgb(160,195,118); }

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

border-color css

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

 span { border-color: rgb(160,195,118); }

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