Html Css Color HEX #A1DD38 Atlantis

📋 copy color: '#A1DD38'

red 161 ◦ green 221 ◦ blue 56

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

Shades of Atlantis #A1DD38

Tints of Atlantis #A1DD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 36.76%
G = 50.46%
B = 12.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#A1DD38 (or 0xA1DD38) is known color: Atlantis. HEX triplet: A1, DD and 38. RGB value is (161,221,56). Sum of RGB (Red+Green+Blue) = 161+221+56=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD38 is #5E22C7. Grayscale: #B8B8B8. Windows color (decimal): -6169288 or 3726753. OLE color: 3726753.

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

Color convert

RGB 161 221 56 -
CMYK 0.27 0 0.75 0.13
HSL 81.82º 0.71% 0.54% -
HSV(B) 81.82º 0.75% 0.87% -
XYZ 41.27 59.58 13.07 -
YUV 184.25 55.62 111.42 -
System Red Green Blue C M Y K H S L
Decimal 161 221 56 0.27 0 0.75 0.13 81.82 0.71 0.54
Hex A1 DD 38 1B 0 4B D 52 47 36
Octal 241 335 70 33 0 113 15 122 107 66
Binary 10100001 11011101 111000 11011 0 1001011 1101 1010010 1000111 110110

Color Harmonies of #A1DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD38

Black with #A1DD38

Text Example


Text Example

White with #A1DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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