Html Css Color HEX #AADA32 Atlantis

📋 copy color: '#AADA32'

red 170 ◦ green 218 ◦ blue 50

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

Shades of Atlantis #AADA32

Tints of Atlantis #AADA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

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

R = 38.81%
G = 49.77%
B = 11.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AADA32 (or 0xAADA32) is known color: Atlantis. HEX triplet: AA, DA and 32. RGB value is (170,218,50). Sum of RGB (Red+Green+Blue) = 170+218+50=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA32 is #5525CD. Grayscale: #B9B9B9. Windows color (decimal): -5580238 or 3332778. OLE color: 3332778.

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

Color convert

RGB 170 218 50 -
CMYK 0.22 0 0.77 0.15
HSL 77.14º 0.69% 0.53% -
HSV(B) 77.14º 0.77% 0.85% -
XYZ 42.22 58.92 12.16 -
YUV 184.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 170 218 50 0.22 0 0.77 0.15 77.14 0.69 0.53
Hex AA DA 32 16 0 4D F 4D 45 35
Octal 252 332 62 26 0 115 17 115 105 65
Binary 10101010 11011010 110010 10110 0 1001101 1111 1001101 1000101 110101

Color Harmonies of #AADA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA32

Black with #AADA32

Text Example


Text Example

White with #AADA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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