Html Css Color HEX #AEDB38 Atlantis

📋 copy color: '#AEDB38'

red 174 ◦ green 219 ◦ blue 56

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

Shades of Atlantis #AEDB38

Tints of Atlantis #AEDB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 38.75%
G = 48.78%
B = 12.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AEDB38 (or 0xAEDB38) is known color: Atlantis. HEX triplet: AE, DB and 38. RGB value is (174,219,56). Sum of RGB (Red+Green+Blue) = 174+219+56=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB38 is #5124C7. Grayscale: #BBBBBB. Windows color (decimal): -5317832 or 3726254. OLE color: 3726254.

HSL color Cylindrical-coordinate representation of color #AEDB38: hue angle of 76.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEDB38 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 56 -
CMYK 0.21 0 0.74 0.14
HSL 76.56º 0.69% 0.54% -
HSV(B) 76.56º 0.74% 0.86% -
XYZ 43.5 59.95 13.02 -
YUV 186.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 174 219 56 0.21 0 0.74 0.14 76.56 0.69 0.54
Hex AE DB 38 15 0 4A E 4D 45 36
Octal 256 333 70 25 0 112 16 115 105 66
Binary 10101110 11011011 111000 10101 0 1001010 1110 1001101 1000101 110110

Color Harmonies of #AEDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB38

Black with #AEDB38

Text Example


Text Example

White with #AEDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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