Html Css Color HEX #A1CC50 Atlantis

📋 copy color: '#A1CC50'

red 161 ◦ green 204 ◦ blue 80

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

Shades of Atlantis #A1CC50

Tints of Atlantis #A1CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 36.18%
G = 45.84%
B = 17.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#A1CC50 (or 0xA1CC50) is known color: Atlantis. HEX triplet: A1, CC and 50. RGB value is (161,204,80). Sum of RGB (Red+Green+Blue) = 161+204+80=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC50 is #5E33AF. Grayscale: #B1B1B1. Windows color (decimal): -6173616 or 5295265. OLE color: 5295265.

HSL color Cylindrical-coordinate representation of color #A1CC50: hue angle of 80.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1CC50 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 80 -
CMYK 0.21 0 0.61 0.2
HSL 80.81º 0.55% 0.56% -
HSV(B) 80.81º 0.61% 0.8% -
XYZ 37.74 51.34 15.51 -
YUV 177.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 161 204 80 0.21 0 0.61 0.2 80.81 0.55 0.56
Hex A1 CC 50 15 0 3D 14 51 37 38
Octal 241 314 120 25 0 75 24 121 67 70
Binary 10100001 11001100 1010000 10101 0 111101 10100 1010001 110111 111000

Color Harmonies of #A1CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC50

Black with #A1CC50

Text Example


Text Example

White with #A1CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC50; }

 p { color: rgb(161,204,80); }

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

background-color css

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

 a { background-color: rgb(161,204,80); }

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

border-color css

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

 span { border-color: rgb(161,204,80); }

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