Html Css Color HEX #A0C460 Olivine

📋 copy color: '#A0C460'

red 160 ◦ green 196 ◦ blue 96

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

Shades of Olivine #A0C460

Tints of Olivine #A0C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 35.4%
G = 43.36%
B = 21.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A0C460 (or 0xA0C460) is known color: Olivine. HEX triplet: A0, C4 and 60. RGB value is (160,196,96). Sum of RGB (Red+Green+Blue) = 160+196+96=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C460 is #5F3B9F. Grayscale: #AEAEAE. Windows color (decimal): -6241184 or 6341792. OLE color: 6341792.

HSL color Cylindrical-coordinate representation of color #A0C460: hue angle of 81.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0C460 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 96 -
CMYK 0.18 0 0.51 0.23
HSL 81.6º 0.46% 0.57% -
HSV(B) 81.6º 0.51% 0.77% -
XYZ 36.35 47.8 18.38 -
YUV 173.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 160 196 96 0.18 0 0.51 0.23 81.6 0.46 0.57
Hex A0 C4 60 12 0 33 17 52 2E 39
Octal 240 304 140 22 0 63 27 122 56 71
Binary 10100000 11000100 1100000 10010 0 110011 10111 1010010 101110 111001

Color Harmonies of #A0C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C460

Black with #A0C460

Text Example


Text Example

White with #A0C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C460; }

 p { color: rgb(160,196,96); }

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

background-color css

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

 a { background-color: rgb(160,196,96); }

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

border-color css

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

 span { border-color: rgb(160,196,96); }

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