Html Css Color HEX #AED53A Atlantis

📋 copy color: '#AED53A'

red 174 ◦ green 213 ◦ blue 58

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

Shades of Atlantis #AED53A

Tints of Atlantis #AED53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

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

R = 39.1%
G = 47.87%
B = 13.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#AED53A (or 0xAED53A) is known color: Atlantis. HEX triplet: AE, D5 and 3A. RGB value is (174,213,58). Sum of RGB (Red+Green+Blue) = 174+213+58=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #AED53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED53A is #512AC5. Grayscale: #B8B8B8. Windows color (decimal): -5319366 or 3855790. OLE color: 3855790.

HSL color Cylindrical-coordinate representation of color #AED53A: hue angle of 75.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AED53A is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 58 -
CMYK 0.18 0 0.73 0.16
HSL 75.1º 0.65% 0.53% -
HSV(B) 75.1º 0.73% 0.84% -
XYZ 42.01 56.89 12.77 -
YUV 183.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 174 213 58 0.18 0 0.73 0.16 75.1 0.65 0.53
Hex AE D5 3A 12 0 49 10 4B 41 35
Octal 256 325 72 22 0 111 20 113 101 65
Binary 10101110 11010101 111010 10010 0 1001001 10000 1001011 1000001 110101

Color Harmonies of #AED53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED53A

Black with #AED53A

Text Example


Text Example

White with #AED53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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