Html Css Color HEX #AED737 Atlantis

📋 copy color: '#AED737'

red 174 ◦ green 215 ◦ blue 55

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

Shades of Atlantis #AED737

Tints of Atlantis #AED737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 39.19%
G = 48.42%
B = 12.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#AED737 (or 0xAED737) is known color: Atlantis. HEX triplet: AE, D7 and 37. RGB value is (174,215,55). Sum of RGB (Red+Green+Blue) = 174+215+55=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #AED737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED737 is #5128C8. Grayscale: #B9B9B9. Windows color (decimal): -5318857 or 3659694. OLE color: 3659694.

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

Color convert

RGB 174 215 55 -
CMYK 0.19 0 0.74 0.16
HSL 75.38º 0.67% 0.53% -
HSV(B) 75.38º 0.74% 0.84% -
XYZ 42.45 57.88 12.55 -
YUV 184.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 174 215 55 0.19 0 0.74 0.16 75.38 0.67 0.53
Hex AE D7 37 13 0 4A 10 4B 43 35
Octal 256 327 67 23 0 112 20 113 103 65
Binary 10101110 11010111 110111 10011 0 1001010 10000 1001011 1000011 110101

Color Harmonies of #AED737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED737

Black with #AED737

Text Example


Text Example

White with #AED737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED737; }

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

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

background-color css

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

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

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

border-color css

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

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

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