Html Css Color HEX #AED538 Atlantis

📋 copy color: '#AED538'

red 174 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #AED538

Tints of Atlantis #AED538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 39.28%
G = 48.08%
B = 12.64%

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

#AED538 (or 0xAED538) is known color: Atlantis. HEX triplet: AE, D5 and 38. RGB value is (174,213,56). Sum of RGB (Red+Green+Blue) = 174+213+56=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #AED538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED538 is #512AC7. Grayscale: #B8B8B8. Windows color (decimal): -5319368 or 3724718. OLE color: 3724718.

HSL color Cylindrical-coordinate representation of color #AED538: hue angle of 74.9º 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 #AED538 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 56 -
CMYK 0.18 0 0.74 0.16
HSL 74.9º 0.65% 0.53% -
HSV(B) 74.9º 0.74% 0.84% -
XYZ 41.96 56.87 12.51 -
YUV 183.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 174 213 56 0.18 0 0.74 0.16 74.9 0.65 0.53
Hex AE D5 38 12 0 4A 10 4B 41 35
Octal 256 325 70 22 0 112 20 113 101 65
Binary 10101110 11010101 111000 10010 0 1001010 10000 1001011 1000001 110101

Color Harmonies of #AED538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED538

Black with #AED538

Text Example


Text Example

White with #AED538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED538; }

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

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

background-color css

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

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

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

border-color css

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

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

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