Html Css Color HEX #A3C560 Olivine

📋 copy color: '#A3C560'

red 163 ◦ green 197 ◦ blue 96

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

Shades of Olivine #A3C560

Tints of Olivine #A3C560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

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

R = 35.75%
G = 43.2%
B = 21.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A3C560 (or 0xA3C560) is known color: Olivine. HEX triplet: A3, C5 and 60. RGB value is (163,197,96). Sum of RGB (Red+Green+Blue) = 163+197+96=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C560 is #5C3A9F. Grayscale: #AFAFAF. Windows color (decimal): -6044320 or 6342051. OLE color: 6342051.

HSL color Cylindrical-coordinate representation of color #A3C560: hue angle of 80.2º degrees, saturation: 0.47, 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 #A3C560 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 96 -
CMYK 0.17 0 0.51 0.23
HSL 80.2º 0.47% 0.57% -
HSV(B) 80.2º 0.51% 0.77% -
XYZ 37.18 48.56 18.48 -
YUV 175.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 163 197 96 0.17 0 0.51 0.23 80.2 0.47 0.57
Hex A3 C5 60 11 0 33 17 50 2F 39
Octal 243 305 140 21 0 63 27 120 57 71
Binary 10100011 11000101 1100000 10001 0 110011 10111 1010000 101111 111001

Color Harmonies of #A3C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C560

Black with #A3C560

Text Example


Text Example

White with #A3C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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