Html Css Color HEX #A1C560 Olivine

📋 copy color: '#A1C560'

red 161 ◦ green 197 ◦ blue 96

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

Shades of Olivine #A1C560

Tints of Olivine #A1C560

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

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

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

R = 35.46%
G = 43.39%
B = 21.15%

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

#A1C560 (or 0xA1C560) is known color: Olivine. HEX triplet: A1, C5 and 60. RGB value is (161,197,96). Sum of RGB (Red+Green+Blue) = 161+197+96=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C560 is #5E3A9F. Grayscale: #AFAFAF. Windows color (decimal): -6175392 or 6342049. OLE color: 6342049.

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

Color convert

RGB 161 197 96 -
CMYK 0.18 0 0.51 0.23
HSL 81.39º 0.47% 0.57% -
HSV(B) 81.39º 0.51% 0.77% -
XYZ 36.78 48.35 18.46 -
YUV 174.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 161 197 96 0.18 0 0.51 0.23 81.39 0.47 0.57
Hex A1 C5 60 12 0 33 17 51 2F 39
Octal 241 305 140 22 0 63 27 121 57 71
Binary 10100001 11000101 1100000 10010 0 110011 10111 1010001 101111 111001

Color Harmonies of #A1C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C560

Black with #A1C560

Text Example


Text Example

White with #A1C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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