Html Css Color HEX #A1DD3F Atlantis

📋 copy color: '#A1DD3F'

red 161 ◦ green 221 ◦ blue 63

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

Shades of Atlantis #A1DD3F

Tints of Atlantis #A1DD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.16%

R = 36.18%
G = 49.66%
B = 14.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#A1DD3F (or 0xA1DD3F) is known color: Atlantis. HEX triplet: A1, DD and 3F. RGB value is (161,221,63). Sum of RGB (Red+Green+Blue) = 161+221+63=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD3F is #5E22C0. Grayscale: #B9B9B9. Windows color (decimal): -6169281 or 4185505. OLE color: 4185505.

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

Color convert

RGB 161 221 63 -
CMYK 0.27 0 0.71 0.13
HSL 82.78º 0.7% 0.56% -
HSV(B) 82.78º 0.71% 0.87% -
XYZ 41.45 59.65 14.03 -
YUV 185.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 161 221 63 0.27 0 0.71 0.13 82.78 0.7 0.56
Hex A1 DD 3F 1B 0 47 D 53 46 38
Octal 241 335 77 33 0 107 15 123 106 70
Binary 10100001 11011101 111111 11011 0 1000111 1101 1010011 1000110 111000

Color Harmonies of #A1DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD3F

Black with #A1DD3F

Text Example


Text Example

White with #A1DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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