Html Css Color HEX #AED037 Atlantis

📋 copy color: '#AED037'

red 174 ◦ green 208 ◦ blue 55

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

Shades of Atlantis #AED037

Tints of Atlantis #AED037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.6%

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

R = 39.82%
G = 47.6%
B = 12.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#AED037 (or 0xAED037) is known color: Atlantis. HEX triplet: AE, D0 and 37. RGB value is (174,208,55). Sum of RGB (Red+Green+Blue) = 174+208+55=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #AED037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED037 is #512FC8. Grayscale: #B4B4B4. Windows color (decimal): -5320649 or 3657902. OLE color: 3657902.

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

Color convert

RGB 174 208 55 -
CMYK 0.16 0 0.74 0.18
HSL 73.33º 0.62% 0.52% -
HSV(B) 73.33º 0.74% 0.82% -
XYZ 40.7 54.39 11.97 -
YUV 180.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 174 208 55 0.16 0 0.74 0.18 73.33 0.62 0.52
Hex AE D0 37 10 0 4A 12 49 3E 34
Octal 256 320 67 20 0 112 22 111 76 64
Binary 10101110 11010000 110111 10000 0 1001010 10010 1001001 111110 110100

Color Harmonies of #AED037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED037

Black with #AED037

Text Example


Text Example

White with #AED037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED037; }

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

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

background-color css

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

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

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

border-color css

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

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

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