Html Css Color HEX #AEDE32 Atlantis

📋 copy color: '#AEDE32'

red 174 ◦ green 222 ◦ blue 50

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

Shades of Atlantis #AEDE32

Tints of Atlantis #AEDE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.78%

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 39.01%
G = 49.78%
B = 11.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#AEDE32 (or 0xAEDE32) is known color: Atlantis. HEX triplet: AE, DE and 32. RGB value is (174,222,50). Sum of RGB (Red+Green+Blue) = 174+222+50=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE32 is #5121CD. Grayscale: #BCBCBC. Windows color (decimal): -5317070 or 3333806. OLE color: 3333806.

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

Color convert

RGB 174 222 50 -
CMYK 0.22 0 0.77 0.13
HSL 76.74º 0.72% 0.53% -
HSV(B) 76.74º 0.77% 0.87% -
XYZ 44.15 61.47 12.56 -
YUV 188.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 174 222 50 0.22 0 0.77 0.13 76.74 0.72 0.53
Hex AE DE 32 16 0 4D D 4D 48 35
Octal 256 336 62 26 0 115 15 115 110 65
Binary 10101110 11011110 110010 10110 0 1001101 1101 1001101 1001000 110101

Color Harmonies of #AEDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE32

Black with #AEDE32

Text Example


Text Example

White with #AEDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE32; }

 p { color: rgb(174,222,50); }

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

background-color css

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

 a { background-color: rgb(174,222,50); }

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

border-color css

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

 span { border-color: rgb(174,222,50); }

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