Html Css Color HEX #AADB33 Atlantis

📋 copy color: '#AADB33'

red 170 ◦ green 219 ◦ blue 51

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

Shades of Atlantis #AADB33

Tints of Atlantis #AADB33

RGB

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

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

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

R = 38.64%
G = 49.77%
B = 11.59%

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

#AADB33 (or 0xAADB33) is known color: Atlantis. HEX triplet: AA, DB and 33. RGB value is (170,219,51). Sum of RGB (Red+Green+Blue) = 170+219+51=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB33 is #5524CC. Grayscale: #B9B9B9. Windows color (decimal): -5579981 or 3398570. OLE color: 3398570.

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

Color convert

RGB 170 219 51 -
CMYK 0.22 0 0.77 0.14
HSL 77.5º 0.7% 0.53% -
HSV(B) 77.5º 0.77% 0.86% -
XYZ 42.51 59.45 12.37 -
YUV 185.2 52.27 117.16 -
System Red Green Blue C M Y K H S L
Decimal 170 219 51 0.22 0 0.77 0.14 77.5 0.7 0.53
Hex AA DB 33 16 0 4D E 4E 46 35
Octal 252 333 63 26 0 115 16 116 106 65
Binary 10101010 11011011 110011 10110 0 1001101 1110 1001110 1000110 110101

Color Harmonies of #AADB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB33

Black with #AADB33

Text Example


Text Example

White with #AADB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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