Html Css Color HEX #A1DD3D Atlantis

📋 copy color: '#A1DD3D'

red 161 ◦ green 221 ◦ blue 61

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

Shades of Atlantis #A1DD3D

Tints of Atlantis #A1DD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 36.34%
G = 49.89%
B = 13.77%

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

#A1DD3D (or 0xA1DD3D) is known color: Atlantis. HEX triplet: A1, DD and 3D. RGB value is (161,221,61). Sum of RGB (Red+Green+Blue) = 161+221+61=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD3D is #5E22C2. Grayscale: #B9B9B9. Windows color (decimal): -6169283 or 4054433. OLE color: 4054433.

HSL color Cylindrical-coordinate representation of color #A1DD3D: hue angle of 82.5º 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 #A1DD3D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 61 -
CMYK 0.27 0 0.72 0.13
HSL 82.5º 0.7% 0.55% -
HSV(B) 82.5º 0.72% 0.87% -
XYZ 41.4 59.63 13.74 -
YUV 184.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 161 221 61 0.27 0 0.72 0.13 82.5 0.7 0.55
Hex A1 DD 3D 1B 0 48 D 52 46 37
Octal 241 335 75 33 0 110 15 122 106 67
Binary 10100001 11011101 111101 11011 0 1001000 1101 1010010 1000110 110111

Color Harmonies of #A1DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD3D

Black with #A1DD3D

Text Example


Text Example

White with #A1DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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