Html Css Color HEX #A0C966 Olivine

📋 copy color: '#A0C966'

red 160 ◦ green 201 ◦ blue 102

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

Shades of Olivine #A0C966

Tints of Olivine #A0C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 34.56%
G = 43.41%
B = 22.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A0C966 (or 0xA0C966) is known color: Olivine. HEX triplet: A0, C9 and 66. RGB value is (160,201,102). Sum of RGB (Red+Green+Blue) = 160+201+102=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C966 is #5F3699. Grayscale: #B1B1B1. Windows color (decimal): -6239898 or 6736288. OLE color: 6736288.

HSL color Cylindrical-coordinate representation of color #A0C966: hue angle of 84.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0C966 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 102 -
CMYK 0.20 0 0.49 0.21
HSL 84.85º 0.48% 0.59% -
HSV(B) 84.85º 0.49% 0.79% -
XYZ 37.78 50.21 20.27 -
YUV 177.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 160 201 102 0.20 0 0.49 0.21 84.85 0.48 0.59
Hex A0 C9 66 14 0 31 15 55 30 3B
Octal 240 311 146 24 0 61 25 125 60 73
Binary 10100000 11001001 1100110 10100 0 110001 10101 1010101 110000 111011

Color Harmonies of #A0C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C966

Black with #A0C966

Text Example


Text Example

White with #A0C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C966; }

 p { color: rgb(160,201,102); }

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

background-color css

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

 a { background-color: rgb(160,201,102); }

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

border-color css

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

 span { border-color: rgb(160,201,102); }

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