Html Css Color HEX #AED43D Atlantis

📋 copy color: '#AED43D'

red 174 ◦ green 212 ◦ blue 61

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

Shades of Atlantis #AED43D

Tints of Atlantis #AED43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 38.93%
G = 47.43%
B = 13.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#AED43D (or 0xAED43D) is known color: Atlantis. HEX triplet: AE, D4 and 3D. RGB value is (174,212,61). Sum of RGB (Red+Green+Blue) = 174+212+61=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #AED43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED43D is #512BC2. Grayscale: #B7B7B7. Windows color (decimal): -5319619 or 4052142. OLE color: 4052142.

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

Color convert

RGB 174 212 61 -
CMYK 0.18 0 0.71 0.17
HSL 75.1º 0.64% 0.54% -
HSV(B) 75.1º 0.71% 0.83% -
XYZ 41.84 56.42 13.1 -
YUV 183.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 174 212 61 0.18 0 0.71 0.17 75.1 0.64 0.54
Hex AE D4 3D 12 0 47 11 4B 40 36
Octal 256 324 75 22 0 107 21 113 100 66
Binary 10101110 11010100 111101 10010 0 1000111 10001 1001011 1000000 110110

Color Harmonies of #AED43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED43D

Black with #AED43D

Text Example


Text Example

White with #AED43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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