Html Css Color HEX #AED43C Atlantis

📋 copy color: '#AED43C'

red 174 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #AED43C

Tints of Atlantis #AED43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.45%

R = 39.01%
G = 47.53%
B = 13.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#AED43C (or 0xAED43C) is known color: Atlantis. HEX triplet: AE, D4 and 3C. RGB value is (174,212,60). Sum of RGB (Red+Green+Blue) = 174+212+60=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #AED43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED43C is #512BC3. Grayscale: #B7B7B7. Windows color (decimal): -5319620 or 3986606. OLE color: 3986606.

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

Color convert

RGB 174 212 60 -
CMYK 0.18 0 0.72 0.17
HSL 75º 0.64% 0.53% -
HSV(B) 75º 0.72% 0.83% -
XYZ 41.81 56.41 12.96 -
YUV 183.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 174 212 60 0.18 0 0.72 0.17 75 0.64 0.53
Hex AE D4 3C 12 0 48 11 4B 40 35
Octal 256 324 74 22 0 110 21 113 100 65
Binary 10101110 11010100 111100 10010 0 1001000 10001 1001011 1000000 110101

Color Harmonies of #AED43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED43C

Black with #AED43C

Text Example


Text Example

White with #AED43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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