Html Css Color HEX #AED43A Atlantis

📋 copy color: '#AED43A'

red 174 ◦ green 212 ◦ blue 58

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

Shades of Atlantis #AED43A

Tints of Atlantis #AED43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 39.19%
G = 47.75%
B = 13.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AED43A (or 0xAED43A) is known color: Atlantis. HEX triplet: AE, D4 and 3A. RGB value is (174,212,58). Sum of RGB (Red+Green+Blue) = 174+212+58=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #AED43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED43A is #512BC5. Grayscale: #B7B7B7. Windows color (decimal): -5319622 or 3855534. OLE color: 3855534.

HSL color Cylindrical-coordinate representation of color #AED43A: hue angle of 74.81º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AED43A is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 58 -
CMYK 0.18 0 0.73 0.17
HSL 74.81º 0.64% 0.53% -
HSV(B) 74.81º 0.73% 0.83% -
XYZ 41.76 56.39 12.69 -
YUV 183.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 174 212 58 0.18 0 0.73 0.17 74.81 0.64 0.53
Hex AE D4 3A 12 0 49 11 4B 40 35
Octal 256 324 72 22 0 111 21 113 100 65
Binary 10101110 11010100 111010 10010 0 1001001 10001 1001011 1000000 110101

Color Harmonies of #AED43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED43A

Black with #AED43A

Text Example


Text Example

White with #AED43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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