Html Css Color HEX #A1DD3E Atlantis

📋 copy color: '#A1DD3E'

red 161 ◦ green 221 ◦ blue 62

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

Shades of Atlantis #A1DD3E

Tints of Atlantis #A1DD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.96%

R = 36.26%
G = 49.77%
B = 13.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#A1DD3E (or 0xA1DD3E) is known color: Atlantis. HEX triplet: A1, DD and 3E. RGB value is (161,221,62). Sum of RGB (Red+Green+Blue) = 161+221+62=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD3E is #5E22C1. Grayscale: #B9B9B9. Windows color (decimal): -6169282 or 4119969. OLE color: 4119969.

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

Color convert

RGB 161 221 62 -
CMYK 0.27 0 0.72 0.13
HSL 82.64º 0.7% 0.55% -
HSV(B) 82.64º 0.72% 0.87% -
XYZ 41.42 59.64 13.89 -
YUV 184.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 161 221 62 0.27 0 0.72 0.13 82.64 0.7 0.55
Hex A1 DD 3E 1B 0 48 D 53 46 37
Octal 241 335 76 33 0 110 15 123 106 67
Binary 10100001 11011101 111110 11011 0 1001000 1101 1010011 1000110 110111

Color Harmonies of #A1DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD3E

Black with #A1DD3E

Text Example


Text Example

White with #A1DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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