Html Css Color HEX #A1DE3C Atlantis

📋 copy color: '#A1DE3C'

red 161 ◦ green 222 ◦ blue 60

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

Shades of Atlantis #A1DE3C

Tints of Atlantis #A1DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 36.34%
G = 50.11%
B = 13.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#A1DE3C (or 0xA1DE3C) is known color: Atlantis. HEX triplet: A1, DE and 3C. RGB value is (161,222,60). Sum of RGB (Red+Green+Blue) = 161+222+60=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DE3C is #5E21C3. Grayscale: #B9B9B9. Windows color (decimal): -6169028 or 3989153. OLE color: 3989153.

HSL color Cylindrical-coordinate representation of color #A1DE3C: hue angle of 82.59º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1DE3C is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 222 60 -
CMYK 0.27 0 0.73 0.13
HSL 82.59º 0.71% 0.55% -
HSV(B) 82.59º 0.73% 0.87% -
XYZ 41.63 60.15 13.69 -
YUV 185.29 57.29 110.67 -
System Red Green Blue C M Y K H S L
Decimal 161 222 60 0.27 0 0.73 0.13 82.59 0.71 0.55
Hex A1 DE 3C 1B 0 49 D 53 47 37
Octal 241 336 74 33 0 111 15 123 107 67
Binary 10100001 11011110 111100 11011 0 1001001 1101 1010011 1000111 110111

Color Harmonies of #A1DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DE3C

Black with #A1DE3C

Text Example


Text Example

White with #A1DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DE3C; }

 p { color: rgb(161,222,60); }

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

background-color css

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

 a { background-color: rgb(161,222,60); }

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

border-color css

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

 span { border-color: rgb(161,222,60); }

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