Html Css Color HEX #AADB32 Atlantis

📋 copy color: '#AADB32'

red 170 ◦ green 219 ◦ blue 50

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

Shades of Atlantis #AADB32

Tints of Atlantis #AADB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 38.72%
G = 49.89%
B = 11.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#AADB32 (or 0xAADB32) is known color: Atlantis. HEX triplet: AA, DB and 32. RGB value is (170,219,50). Sum of RGB (Red+Green+Blue) = 170+219+50=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB32 is #5524CD. Grayscale: #B9B9B9. Windows color (decimal): -5579982 or 3333034. OLE color: 3333034.

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

Color convert

RGB 170 219 50 -
CMYK 0.22 0 0.77 0.14
HSL 77.4º 0.7% 0.53% -
HSV(B) 77.4º 0.77% 0.86% -
XYZ 42.48 59.44 12.25 -
YUV 185.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 170 219 50 0.22 0 0.77 0.14 77.4 0.7 0.53
Hex AA DB 32 16 0 4D E 4D 46 35
Octal 252 333 62 26 0 115 16 115 106 65
Binary 10101010 11011011 110010 10110 0 1001101 1110 1001101 1000110 110101

Color Harmonies of #AADB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB32

Black with #AADB32

Text Example


Text Example

White with #AADB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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