Html Css Color HEX #AADA36 Atlantis

📋 copy color: '#AADA36'

red 170 ◦ green 218 ◦ blue 54

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

Shades of Atlantis #AADA36

Tints of Atlantis #AADA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 38.46%
G = 49.32%
B = 12.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#AADA36 (or 0xAADA36) is known color: Atlantis. HEX triplet: AA, DA and 36. RGB value is (170,218,54). Sum of RGB (Red+Green+Blue) = 170+218+54=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA36 is #5525C9. Grayscale: #B9B9B9. Windows color (decimal): -5580234 or 3594922. OLE color: 3594922.

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

Color convert

RGB 170 218 54 -
CMYK 0.22 0 0.75 0.15
HSL 77.56º 0.69% 0.53% -
HSV(B) 77.56º 0.75% 0.85% -
XYZ 42.31 58.96 12.64 -
YUV 184.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 170 218 54 0.22 0 0.75 0.15 77.56 0.69 0.53
Hex AA DA 36 16 0 4B F 4E 45 35
Octal 252 332 66 26 0 113 17 116 105 65
Binary 10101010 11011010 110110 10110 0 1001011 1111 1001110 1000101 110101

Color Harmonies of #AADA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA36

Black with #AADA36

Text Example


Text Example

White with #AADA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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