Html Css Color HEX #AEDA37 Atlantis

📋 copy color: '#AEDA37'

red 174 ◦ green 218 ◦ blue 55

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

Shades of Atlantis #AEDA37

Tints of Atlantis #AEDA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.77%

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

R = 38.93%
G = 48.77%
B = 12.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#AEDA37 (or 0xAEDA37) is known color: Atlantis. HEX triplet: AE, DA and 37. RGB value is (174,218,55). Sum of RGB (Red+Green+Blue) = 174+218+55=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA37 is #5125C8. Grayscale: #BABABA. Windows color (decimal): -5318089 or 3660462. OLE color: 3660462.

HSL color Cylindrical-coordinate representation of color #AEDA37: hue angle of 76.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEDA37 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 55 -
CMYK 0.20 0 0.75 0.15
HSL 76.2º 0.69% 0.54% -
HSV(B) 76.2º 0.75% 0.85% -
XYZ 43.22 59.42 12.81 -
YUV 186.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 174 218 55 0.20 0 0.75 0.15 76.2 0.69 0.54
Hex AE DA 37 14 0 4B F 4C 45 36
Octal 256 332 67 24 0 113 17 114 105 66
Binary 10101110 11011010 110111 10100 0 1001011 1111 1001100 1000101 110110

Color Harmonies of #AEDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA37

Black with #AEDA37

Text Example


Text Example

White with #AEDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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