Html Css Color HEX #AEDC3A Atlantis

📋 copy color: '#AEDC3A'

red 174 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #AEDC3A

Tints of Atlantis #AEDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.83%

R = 38.5%
G = 48.67%
B = 12.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AEDC3A (or 0xAEDC3A) is known color: Atlantis. HEX triplet: AE, DC and 3A. RGB value is (174,220,58). Sum of RGB (Red+Green+Blue) = 174+220+58=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC3A is #5123C5. Grayscale: #BCBCBC. Windows color (decimal): -5317574 or 3857582. OLE color: 3857582.

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

Color convert

RGB 174 220 58 -
CMYK 0.21 0 0.74 0.14
HSL 77.04º 0.7% 0.55% -
HSV(B) 77.04º 0.74% 0.86% -
XYZ 43.81 60.49 13.37 -
YUV 187.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 174 220 58 0.21 0 0.74 0.14 77.04 0.7 0.55
Hex AE DC 3A 15 0 4A E 4D 46 37
Octal 256 334 72 25 0 112 16 115 106 67
Binary 10101110 11011100 111010 10101 0 1001010 1110 1001101 1000110 110111

Color Harmonies of #AEDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC3A

Black with #AEDC3A

Text Example


Text Example

White with #AEDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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