Html Css Color HEX #A1DD33 Atlantis

📋 copy color: '#A1DD33'

red 161 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #A1DD33

Tints of Atlantis #A1DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 37.18%
G = 51.04%
B = 11.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A1DD33 (or 0xA1DD33) is known color: Atlantis. HEX triplet: A1, DD and 33. RGB value is (161,221,51). Sum of RGB (Red+Green+Blue) = 161+221+51=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD33 is #5E22CC. Grayscale: #B8B8B8. Windows color (decimal): -6169293 or 3399073. OLE color: 3399073.

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

Color convert

RGB 161 221 51 -
CMYK 0.27 0 0.77 0.13
HSL 81.18º 0.71% 0.53% -
HSV(B) 81.18º 0.77% 0.87% -
XYZ 41.15 59.53 12.45 -
YUV 183.68 53.12 111.82 -
System Red Green Blue C M Y K H S L
Decimal 161 221 51 0.27 0 0.77 0.13 81.18 0.71 0.53
Hex A1 DD 33 1B 0 4D D 51 47 35
Octal 241 335 63 33 0 115 15 121 107 65
Binary 10100001 11011101 110011 11011 0 1001101 1101 1010001 1000111 110101

Color Harmonies of #A1DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD33

Black with #A1DD33

Text Example


Text Example

White with #A1DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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