Html Css Color HEX #AEDB3A Atlantis

📋 copy color: '#AEDB3A'

red 174 ◦ green 219 ◦ blue 58

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

Shades of Atlantis #AEDB3A

Tints of Atlantis #AEDB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.86%

R = 38.58%
G = 48.56%
B = 12.86%

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

#AEDB3A (or 0xAEDB3A) is known color: Atlantis. HEX triplet: AE, DB and 3A. RGB value is (174,219,58). Sum of RGB (Red+Green+Blue) = 174+219+58=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB3A is #5124C5. Grayscale: #BBBBBB. Windows color (decimal): -5317830 or 3857326. OLE color: 3857326.

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

Color convert

RGB 174 219 58 -
CMYK 0.21 0 0.74 0.14
HSL 76.77º 0.69% 0.54% -
HSV(B) 76.77º 0.74% 0.86% -
XYZ 43.55 59.97 13.28 -
YUV 187.19 55.09 118.59 -
System Red Green Blue C M Y K H S L
Decimal 174 219 58 0.21 0 0.74 0.14 76.77 0.69 0.54
Hex AE DB 3A 15 0 4A E 4D 45 36
Octal 256 333 72 25 0 112 16 115 105 66
Binary 10101110 11011011 111010 10101 0 1001010 1110 1001101 1000101 110110

Color Harmonies of #AEDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB3A

Black with #AEDB3A

Text Example


Text Example

White with #AEDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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