Html Css Color HEX #AADA33 Atlantis

📋 copy color: '#AADA33'

red 170 ◦ green 218 ◦ blue 51

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

Shades of Atlantis #AADA33

Tints of Atlantis #AADA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.62%

R = 38.72%
G = 49.66%
B = 11.62%

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

#AADA33 (or 0xAADA33) is known color: Atlantis. HEX triplet: AA, DA and 33. RGB value is (170,218,51). Sum of RGB (Red+Green+Blue) = 170+218+51=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA33 is #5525CC. Grayscale: #B9B9B9. Windows color (decimal): -5580237 or 3398314. OLE color: 3398314.

HSL color Cylindrical-coordinate representation of color #AADA33: hue angle of 77.25º 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 #AADA33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 51 -
CMYK 0.22 0 0.77 0.15
HSL 77.25º 0.69% 0.53% -
HSV(B) 77.25º 0.77% 0.85% -
XYZ 42.25 58.93 12.28 -
YUV 184.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 170 218 51 0.22 0 0.77 0.15 77.25 0.69 0.53
Hex AA DA 33 16 0 4D F 4D 45 35
Octal 252 332 63 26 0 115 17 115 105 65
Binary 10101010 11011010 110011 10110 0 1001101 1111 1001101 1000101 110101

Color Harmonies of #AADA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA33

Black with #AADA33

Text Example


Text Example

White with #AADA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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