Html Css Color HEX #AED537 Atlantis

📋 copy color: '#AED537'

red 174 ◦ green 213 ◦ blue 55

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

Shades of Atlantis #AED537

Tints of Atlantis #AED537

RGB

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

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

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

R = 39.37%
G = 48.19%
B = 12.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#AED537 (or 0xAED537) is known color: Atlantis. HEX triplet: AE, D5 and 37. RGB value is (174,213,55). Sum of RGB (Red+Green+Blue) = 174+213+55=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #AED537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED537 is #512AC8. Grayscale: #B7B7B7. Windows color (decimal): -5319369 or 3659182. OLE color: 3659182.

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

Color convert

RGB 174 213 55 -
CMYK 0.18 0 0.74 0.16
HSL 74.81º 0.65% 0.53% -
HSV(B) 74.81º 0.74% 0.84% -
XYZ 41.94 56.86 12.38 -
YUV 183.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 174 213 55 0.18 0 0.74 0.16 74.81 0.65 0.53
Hex AE D5 37 12 0 4A 10 4B 41 35
Octal 256 325 67 22 0 112 20 113 101 65
Binary 10101110 11010101 110111 10010 0 1001010 10000 1001011 1000001 110101

Color Harmonies of #AED537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED537

Black with #AED537

Text Example


Text Example

White with #AED537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED537; }

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

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

background-color css

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

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

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

border-color css

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

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

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