Html Css Color HEX #AEDF33 Atlantis

📋 copy color: '#AEDF33'

red 174 ◦ green 223 ◦ blue 51

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

Shades of Atlantis #AEDF33

Tints of Atlantis #AEDF33

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 38.84%
G = 49.78%
B = 11.38%

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

#AEDF33 (or 0xAEDF33) is known color: Atlantis. HEX triplet: AE, DF and 33. RGB value is (174,223,51). Sum of RGB (Red+Green+Blue) = 174+223+51=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF33 is #5120CC. Grayscale: #BDBDBD. Windows color (decimal): -5316813 or 3399598. OLE color: 3399598.

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

Color convert

RGB 174 223 51 -
CMYK 0.22 0 0.77 0.13
HSL 77.09º 0.73% 0.54% -
HSV(B) 77.09º 0.77% 0.87% -
XYZ 44.44 62.01 12.76 -
YUV 188.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 174 223 51 0.22 0 0.77 0.13 77.09 0.73 0.54
Hex AE DF 33 16 0 4D D 4D 49 36
Octal 256 337 63 26 0 115 15 115 111 66
Binary 10101110 11011111 110011 10110 0 1001101 1101 1001101 1001001 110110

Color Harmonies of #AEDF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF33

Black with #AEDF33

Text Example


Text Example

White with #AEDF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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