Html Css Color HEX #AADD34 Atlantis

📋 copy color: '#AADD34'

red 170 ◦ green 221 ◦ blue 52

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

Shades of Atlantis #AADD34

Tints of Atlantis #AADD34

RGB

 RED value IS 170 (66.8% from 255) = 38.37%

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

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

R = 38.37%
G = 49.89%
B = 11.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#AADD34 (or 0xAADD34) is known color: Atlantis. HEX triplet: AA, DD and 34. RGB value is (170,221,52). Sum of RGB (Red+Green+Blue) = 170+221+52=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD34 is #5522CB. Grayscale: #BBBBBB. Windows color (decimal): -5579468 or 3464618. OLE color: 3464618.

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

Color convert

RGB 170 221 52 -
CMYK 0.23 0 0.76 0.13
HSL 78.11º 0.71% 0.54% -
HSV(B) 78.11º 0.76% 0.87% -
XYZ 43.05 60.51 12.66 -
YUV 186.49 52.1 116.24 -
System Red Green Blue C M Y K H S L
Decimal 170 221 52 0.23 0 0.76 0.13 78.11 0.71 0.54
Hex AA DD 34 17 0 4C D 4E 47 36
Octal 252 335 64 27 0 114 15 116 107 66
Binary 10101010 11011101 110100 10111 0 1001100 1101 1001110 1000111 110110

Color Harmonies of #AADD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD34

Black with #AADD34

Text Example


Text Example

White with #AADD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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