Html Css Color HEX #AEDC34 Atlantis

📋 copy color: '#AEDC34'

red 174 ◦ green 220 ◦ blue 52

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

Shades of Atlantis #AEDC34

Tints of Atlantis #AEDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 39.01%
G = 49.33%
B = 11.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#AEDC34 (or 0xAEDC34) is known color: Atlantis. HEX triplet: AE, DC and 34. RGB value is (174,220,52). Sum of RGB (Red+Green+Blue) = 174+220+52=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC34 is #5123CB. Grayscale: #BBBBBB. Windows color (decimal): -5317580 or 3464366. OLE color: 3464366.

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

Color convert

RGB 174 220 52 -
CMYK 0.21 0 0.76 0.14
HSL 76.43º 0.71% 0.53% -
HSV(B) 76.43º 0.76% 0.86% -
XYZ 43.67 60.43 12.61 -
YUV 187.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 174 220 52 0.21 0 0.76 0.14 76.43 0.71 0.53
Hex AE DC 34 15 0 4C E 4C 47 35
Octal 256 334 64 25 0 114 16 114 107 65
Binary 10101110 11011100 110100 10101 0 1001100 1110 1001100 1000111 110101

Color Harmonies of #AEDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC34

Black with #AEDC34

Text Example


Text Example

White with #AEDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC34; }

 p { color: rgb(174,220,52); }

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

background-color css

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

 a { background-color: rgb(174,220,52); }

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

border-color css

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

 span { border-color: rgb(174,220,52); }

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