Html Css Color HEX #AEDF37 Atlantis

📋 copy color: '#AEDF37'

red 174 ◦ green 223 ◦ blue 55

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

Shades of Atlantis #AEDF37

Tints of Atlantis #AEDF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 38.5%
G = 49.34%
B = 12.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#AEDF37 (or 0xAEDF37) is known color: Atlantis. HEX triplet: AE, DF and 37. RGB value is (174,223,55). Sum of RGB (Red+Green+Blue) = 174+223+55=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF37 is #5120C8. Grayscale: #BDBDBD. Windows color (decimal): -5316809 or 3661742. OLE color: 3661742.

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

Color convert

RGB 174 223 55 -
CMYK 0.22 0 0.75 0.13
HSL 77.5º 0.72% 0.55% -
HSV(B) 77.5º 0.75% 0.87% -
XYZ 44.53 62.05 13.24 -
YUV 189.2 52.27 117.16 -
System Red Green Blue C M Y K H S L
Decimal 174 223 55 0.22 0 0.75 0.13 77.5 0.72 0.55
Hex AE DF 37 16 0 4B D 4E 48 37
Octal 256 337 67 26 0 113 15 116 110 67
Binary 10101110 11011111 110111 10110 0 1001011 1101 1001110 1001000 110111

Color Harmonies of #AEDF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF37

Black with #AEDF37

Text Example


Text Example

White with #AEDF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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