Html Css Color HEX #AED63B Atlantis

📋 copy color: '#AED63B'

red 174 ◦ green 214 ◦ blue 59

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

Shades of Atlantis #AED63B

Tints of Atlantis #AED63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

 BLUE value IS 59 (23.44% from 255) = 13.2%

R = 38.93%
G = 47.87%
B = 13.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#AED63B (or 0xAED63B) is known color: Atlantis. HEX triplet: AE, D6 and 3B. RGB value is (174,214,59). Sum of RGB (Red+Green+Blue) = 174+214+59=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #AED63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED63B is #5129C4. Grayscale: #B8B8B8. Windows color (decimal): -5319109 or 3921582. OLE color: 3921582.

HSL color Cylindrical-coordinate representation of color #AED63B: hue angle of 75.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AED63B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 59 -
CMYK 0.19 0 0.72 0.16
HSL 75.48º 0.65% 0.54% -
HSV(B) 75.48º 0.72% 0.84% -
XYZ 42.29 57.41 12.99 -
YUV 184.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 174 214 59 0.19 0 0.72 0.16 75.48 0.65 0.54
Hex AE D6 3B 13 0 48 10 4B 41 36
Octal 256 326 73 23 0 110 20 113 101 66
Binary 10101110 11010110 111011 10011 0 1001000 10000 1001011 1000001 110110

Color Harmonies of #AED63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED63B

Black with #AED63B

Text Example


Text Example

White with #AED63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED63B; }

 p { color: rgb(174,214,59); }

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

background-color css

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

 a { background-color: rgb(174,214,59); }

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

border-color css

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

 span { border-color: rgb(174,214,59); }

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