Html Css Color HEX #AADB31 Atlantis

📋 copy color: '#AADB31'

red 170 ◦ green 219 ◦ blue 49

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

Shades of Atlantis #AADB31

Tints of Atlantis #AADB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 38.81%
G = 50%
B = 11.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#AADB31 (or 0xAADB31) is known color: Atlantis. HEX triplet: AA, DB and 31. RGB value is (170,219,49). Sum of RGB (Red+Green+Blue) = 170+219+49=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB31 is #5524CE. Grayscale: #B9B9B9. Windows color (decimal): -5579983 or 3267498. OLE color: 3267498.

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

Color convert

RGB 170 219 49 -
CMYK 0.22 0 0.78 0.14
HSL 77.29º 0.7% 0.53% -
HSV(B) 77.29º 0.78% 0.86% -
XYZ 42.46 59.43 12.14 -
YUV 184.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 170 219 49 0.22 0 0.78 0.14 77.29 0.7 0.53
Hex AA DB 31 16 0 4E E 4D 46 35
Octal 252 333 61 26 0 116 16 115 106 65
Binary 10101010 11011011 110001 10110 0 1001110 1110 1001101 1000110 110101

Color Harmonies of #AADB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB31

Black with #AADB31

Text Example


Text Example

White with #AADB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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