Html Css Color HEX #AADB39 Atlantis

📋 copy color: '#AADB39'

red 170 ◦ green 219 ◦ blue 57

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

Shades of Atlantis #AADB39

Tints of Atlantis #AADB39

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.1%

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 38.12%
G = 49.1%
B = 12.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AADB39 (or 0xAADB39) is known color: Atlantis. HEX triplet: AA, DB and 39. RGB value is (170,219,57). Sum of RGB (Red+Green+Blue) = 170+219+57=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB39 is #5524C6. Grayscale: #BABABA. Windows color (decimal): -5579975 or 3791786. OLE color: 3791786.

HSL color Cylindrical-coordinate representation of color #AADB39: hue angle of 78.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AADB39 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 57 -
CMYK 0.22 0 0.74 0.14
HSL 78.15º 0.69% 0.54% -
HSV(B) 78.15º 0.74% 0.86% -
XYZ 42.65 59.5 13.11 -
YUV 185.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 170 219 57 0.22 0 0.74 0.14 78.15 0.69 0.54
Hex AA DB 39 16 0 4A E 4E 45 36
Octal 252 333 71 26 0 112 16 116 105 66
Binary 10101010 11011011 111001 10110 0 1001010 1110 1001110 1000101 110110

Color Harmonies of #AADB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB39

Black with #AADB39

Text Example


Text Example

White with #AADB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB39; }

 p { color: rgb(170,219,57); }

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

background-color css

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

 a { background-color: rgb(170,219,57); }

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

border-color css

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

 span { border-color: rgb(170,219,57); }

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