Html Css Color HEX #A0C261 Olivine

📋 copy color: '#A0C261'

red 160 ◦ green 194 ◦ blue 97

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

Shades of Olivine #A0C261

Tints of Olivine #A0C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 35.48%
G = 43.02%
B = 21.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A0C261 (or 0xA0C261) is known color: Olivine. HEX triplet: A0, C2 and 61. RGB value is (160,194,97). Sum of RGB (Red+Green+Blue) = 160+194+97=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C261 is #5F3D9E. Grayscale: #ADADAD. Windows color (decimal): -6241695 or 6406816. OLE color: 6406816.

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

Color convert

RGB 160 194 97 -
CMYK 0.18 0 0.50 0.24
HSL 81.03º 0.44% 0.57% -
HSV(B) 81.03º 0.5% 0.76% -
XYZ 35.95 46.92 18.47 -
YUV 172.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 160 194 97 0.18 0 0.50 0.24 81.03 0.44 0.57
Hex A0 C2 61 12 0 32 18 51 2C 39
Octal 240 302 141 22 0 62 30 121 54 71
Binary 10100000 11000010 1100001 10010 0 110010 11000 1010001 101100 111001

Color Harmonies of #A0C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C261

Black with #A0C261

Text Example


Text Example

White with #A0C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C261; }

 p { color: rgb(160,194,97); }

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

background-color css

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

 a { background-color: rgb(160,194,97); }

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

border-color css

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

 span { border-color: rgb(160,194,97); }

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