Html Css Color HEX #AEDA33 Atlantis

📋 copy color: '#AEDA33'

red 174 ◦ green 218 ◦ blue 51

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

Shades of Atlantis #AEDA33

Tints of Atlantis #AEDA33

RGB

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

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

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

R = 39.28%
G = 49.21%
B = 11.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AEDA33 (or 0xAEDA33) is known color: Atlantis. HEX triplet: AE, DA and 33. RGB value is (174,218,51). Sum of RGB (Red+Green+Blue) = 174+218+51=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA33 is #5125CC. Grayscale: #BABABA. Windows color (decimal): -5318093 or 3398318. OLE color: 3398318.

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

Color convert

RGB 174 218 51 -
CMYK 0.20 0 0.77 0.15
HSL 75.81º 0.69% 0.53% -
HSV(B) 75.81º 0.77% 0.85% -
XYZ 43.12 59.38 12.32 -
YUV 185.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 174 218 51 0.20 0 0.77 0.15 75.81 0.69 0.53
Hex AE DA 33 14 0 4D F 4C 45 35
Octal 256 332 63 24 0 115 17 114 105 65
Binary 10101110 11011010 110011 10100 0 1001101 1111 1001100 1000101 110101

Color Harmonies of #AEDA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA33

Black with #AEDA33

Text Example


Text Example

White with #AEDA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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