Html Css Color HEX #AADD33 Atlantis

📋 copy color: '#AADD33'

red 170 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #AADD33

Tints of Atlantis #AADD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

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

R = 38.46%
G = 50%
B = 11.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#AADD33 (or 0xAADD33) is known color: Atlantis. HEX triplet: AA, DD and 33. RGB value is (170,221,51). Sum of RGB (Red+Green+Blue) = 170+221+51=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD33 is #5522CC. Grayscale: #BBBBBB. Windows color (decimal): -5579469 or 3399082. OLE color: 3399082.

HSL color Cylindrical-coordinate representation of color #AADD33: hue angle of 78º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AADD33 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 51 -
CMYK 0.23 0 0.77 0.13
HSL 78º 0.71% 0.53% -
HSV(B) 78º 0.77% 0.87% -
XYZ 43.03 60.5 12.54 -
YUV 186.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 170 221 51 0.23 0 0.77 0.13 78 0.71 0.53
Hex AA DD 33 17 0 4D D 4E 47 35
Octal 252 335 63 27 0 115 15 116 107 65
Binary 10101010 11011101 110011 10111 0 1001101 1101 1001110 1000111 110101

Color Harmonies of #AADD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD33

Black with #AADD33

Text Example


Text Example

White with #AADD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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