Html Css Color HEX #AEDC3C Atlantis

📋 copy color: '#AEDC3C'

red 174 ◦ green 220 ◦ blue 60

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

Shades of Atlantis #AEDC3C

Tints of Atlantis #AEDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 38.33%
G = 48.46%
B = 13.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#AEDC3C (or 0xAEDC3C) is known color: Atlantis. HEX triplet: AE, DC and 3C. RGB value is (174,220,60). Sum of RGB (Red+Green+Blue) = 174+220+60=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC3C is #5123C3. Grayscale: #BCBCBC. Windows color (decimal): -5317572 or 3988654. OLE color: 3988654.

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

Color convert

RGB 174 220 60 -
CMYK 0.21 0 0.73 0.14
HSL 77.25º 0.7% 0.55% -
HSV(B) 77.25º 0.73% 0.86% -
XYZ 43.86 60.51 13.64 -
YUV 188.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 174 220 60 0.21 0 0.73 0.14 77.25 0.7 0.55
Hex AE DC 3C 15 0 49 E 4D 46 37
Octal 256 334 74 25 0 111 16 115 106 67
Binary 10101110 11011100 111100 10101 0 1001001 1110 1001101 1000110 110111

Color Harmonies of #AEDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC3C

Black with #AEDC3C

Text Example


Text Example

White with #AEDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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