Html Css Color HEX #A3C160 Olivine

📋 copy color: '#A3C160'

red 163 ◦ green 193 ◦ blue 96

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

Shades of Olivine #A3C160

Tints of Olivine #A3C160

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

 GREEN value IS 193 (75.78% from 255) = 42.7%

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

R = 36.06%
G = 42.7%
B = 21.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A3C160 (or 0xA3C160) is known color: Olivine. HEX triplet: A3, C1 and 60. RGB value is (163,193,96). Sum of RGB (Red+Green+Blue) = 163+193+96=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C160 is #5C3E9F. Grayscale: #ADADAD. Windows color (decimal): -6045344 or 6341027. OLE color: 6341027.

HSL color Cylindrical-coordinate representation of color #A3C160: hue angle of 78.56º 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 #A3C160 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 193 96 -
CMYK 0.16 0 0.50 0.24
HSL 78.56º 0.44% 0.57% -
HSV(B) 78.56º 0.5% 0.76% -
XYZ 36.29 46.77 18.18 -
YUV 172.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 163 193 96 0.16 0 0.50 0.24 78.56 0.44 0.57
Hex A3 C1 60 10 0 32 18 4F 2C 39
Octal 243 301 140 20 0 62 30 117 54 71
Binary 10100011 11000001 1100000 10000 0 110010 11000 1001111 101100 111001

Color Harmonies of #A3C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C160

Black with #A3C160

Text Example


Text Example

White with #A3C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C160; }

 p { color: rgb(163,193,96); }

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

background-color css

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

 a { background-color: rgb(163,193,96); }

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

border-color css

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

 span { border-color: rgb(163,193,96); }

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