Html Css Color HEX #AEDC36 Atlantis

📋 copy color: '#AEDC36'

red 174 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #AEDC36

Tints of Atlantis #AEDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

 BLUE value IS 54 (21.48% from 255) = 12.05%

R = 38.84%
G = 49.11%
B = 12.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#AEDC36 (or 0xAEDC36) is known color: Atlantis. HEX triplet: AE, DC and 36. RGB value is (174,220,54). Sum of RGB (Red+Green+Blue) = 174+220+54=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC36 is #5123C9. Grayscale: #BBBBBB. Windows color (decimal): -5317578 or 3595438. OLE color: 3595438.

HSL color Cylindrical-coordinate representation of color #AEDC36: hue angle of 76.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEDC36 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 54 -
CMYK 0.21 0 0.75 0.14
HSL 76.63º 0.7% 0.54% -
HSV(B) 76.63º 0.75% 0.86% -
XYZ 43.71 60.45 12.85 -
YUV 187.32 52.76 118.5 -
System Red Green Blue C M Y K H S L
Decimal 174 220 54 0.21 0 0.75 0.14 76.63 0.7 0.54
Hex AE DC 36 15 0 4B E 4D 46 36
Octal 256 334 66 25 0 113 16 115 106 66
Binary 10101110 11011100 110110 10101 0 1001011 1110 1001101 1000110 110110

Color Harmonies of #AEDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC36

Black with #AEDC36

Text Example


Text Example

White with #AEDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC36; }

 p { color: rgb(174,220,54); }

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

background-color css

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

 a { background-color: rgb(174,220,54); }

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

border-color css

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

 span { border-color: rgb(174,220,54); }

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