Html Css Color HEX #A1DD34 Atlantis

📋 copy color: '#A1DD34'

red 161 ◦ green 221 ◦ blue 52

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

Shades of Atlantis #A1DD34

Tints of Atlantis #A1DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 37.1%
G = 50.92%
B = 11.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#A1DD34 (or 0xA1DD34) is known color: Atlantis. HEX triplet: A1, DD and 34. RGB value is (161,221,52). Sum of RGB (Red+Green+Blue) = 161+221+52=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD34 is #5E22CB. Grayscale: #B8B8B8. Windows color (decimal): -6169292 or 3464609. OLE color: 3464609.

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

Color convert

RGB 161 221 52 -
CMYK 0.27 0 0.76 0.13
HSL 81.3º 0.71% 0.54% -
HSV(B) 81.3º 0.76% 0.87% -
XYZ 41.17 59.54 12.57 -
YUV 183.79 53.62 111.74 -
System Red Green Blue C M Y K H S L
Decimal 161 221 52 0.27 0 0.76 0.13 81.3 0.71 0.54
Hex A1 DD 34 1B 0 4C D 51 47 36
Octal 241 335 64 33 0 114 15 121 107 66
Binary 10100001 11011101 110100 11011 0 1001100 1101 1010001 1000111 110110

Color Harmonies of #A1DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD34

Black with #A1DD34

Text Example


Text Example

White with #A1DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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