Html Css Color HEX #AEDD33 Atlantis

📋 copy color: '#AEDD33'

red 174 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #AEDD33

Tints of Atlantis #AEDD33

RGB

 RED value IS 174 (68.36% from 255) = 39.01%

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

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

R = 39.01%
G = 49.55%
B = 11.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#AEDD33 (or 0xAEDD33) is known color: Atlantis. HEX triplet: AE, DD and 33. RGB value is (174,221,51). Sum of RGB (Red+Green+Blue) = 174+221+51=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD33 is #5122CC. Grayscale: #BCBCBC. Windows color (decimal): -5317325 or 3399086. OLE color: 3399086.

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

Color convert

RGB 174 221 51 -
CMYK 0.21 0 0.77 0.13
HSL 76.59º 0.71% 0.53% -
HSV(B) 76.59º 0.77% 0.87% -
XYZ 43.91 60.95 12.58 -
YUV 187.57 50.93 118.32 -
System Red Green Blue C M Y K H S L
Decimal 174 221 51 0.21 0 0.77 0.13 76.59 0.71 0.53
Hex AE DD 33 15 0 4D D 4D 47 35
Octal 256 335 63 25 0 115 15 115 107 65
Binary 10101110 11011101 110011 10101 0 1001101 1101 1001101 1000111 110101

Color Harmonies of #AEDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD33

Black with #AEDD33

Text Example


Text Example

White with #AEDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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