Html Css Color HEX #A1DD48 Atlantis

📋 copy color: '#A1DD48'

red 161 ◦ green 221 ◦ blue 72

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

Shades of Atlantis #A1DD48

Tints of Atlantis #A1DD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

 BLUE value IS 72 (28.52% from 255) = 15.86%

R = 35.46%
G = 48.68%
B = 15.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A1DD48 (or 0xA1DD48) is known color: Atlantis. HEX triplet: A1, DD and 48. RGB value is (161,221,72). Sum of RGB (Red+Green+Blue) = 161+221+72=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD48 is #5E22B7. Grayscale: #BABABA. Windows color (decimal): -6169272 or 4775329. OLE color: 4775329.

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

Color convert

RGB 161 221 72 -
CMYK 0.27 0 0.67 0.13
HSL 84.16º 0.69% 0.57% -
HSV(B) 84.16º 0.67% 0.87% -
XYZ 41.72 59.76 15.47 -
YUV 186.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 161 221 72 0.27 0 0.67 0.13 84.16 0.69 0.57
Hex A1 DD 48 1B 0 43 D 54 45 39
Octal 241 335 110 33 0 103 15 124 105 71
Binary 10100001 11011101 1001000 11011 0 1000011 1101 1010100 1000101 111001

Color Harmonies of #A1DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD48

Black with #A1DD48

Text Example


Text Example

White with #A1DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD48; }

 p { color: rgb(161,221,72); }

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

background-color css

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

 a { background-color: rgb(161,221,72); }

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

border-color css

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

 span { border-color: rgb(161,221,72); }

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