Html Css Color HEX #A1C551 Atlantis

📋 copy color: '#A1C551'

red 161 ◦ green 197 ◦ blue 81

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

Shades of Atlantis #A1C551

Tints of Atlantis #A1C551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.45%

R = 36.67%
G = 44.87%
B = 18.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#A1C551 (or 0xA1C551) is known color: Atlantis. HEX triplet: A1, C5 and 51. RGB value is (161,197,81). Sum of RGB (Red+Green+Blue) = 161+197+81=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C551 is #5E3AAE. Grayscale: #ADADAD. Windows color (decimal): -6175407 or 5359009. OLE color: 5359009.

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

Color convert

RGB 161 197 81 -
CMYK 0.18 0 0.59 0.23
HSL 78.62º 0.5% 0.55% -
HSV(B) 78.62º 0.59% 0.77% -
XYZ 36.15 48.1 15.16 -
YUV 173.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 161 197 81 0.18 0 0.59 0.23 78.62 0.5 0.55
Hex A1 C5 51 12 0 3B 17 4F 32 37
Octal 241 305 121 22 0 73 27 117 62 67
Binary 10100001 11000101 1010001 10010 0 111011 10111 1001111 110010 110111

Color Harmonies of #A1C551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C551

Black with #A1C551

Text Example


Text Example

White with #A1C551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C551; }

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

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

background-color css

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

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

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

border-color css

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

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

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