Html Css Color HEX #AED93C Atlantis

📋 copy color: '#AED93C'

red 174 ◦ green 217 ◦ blue 60

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

Shades of Atlantis #AED93C

Tints of Atlantis #AED93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

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

R = 38.58%
G = 48.12%
B = 13.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#AED93C (or 0xAED93C) is known color: Atlantis. HEX triplet: AE, D9 and 3C. RGB value is (174,217,60). Sum of RGB (Red+Green+Blue) = 174+217+60=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #AED93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED93C is #5126C3. Grayscale: #BABABA. Windows color (decimal): -5318340 or 3987886. OLE color: 3987886.

HSL color Cylindrical-coordinate representation of color #AED93C: hue angle of 76.43º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AED93C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 60 -
CMYK 0.20 0 0.72 0.15
HSL 76.43º 0.67% 0.54% -
HSV(B) 76.43º 0.72% 0.85% -
XYZ 43.08 58.95 13.38 -
YUV 186.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 174 217 60 0.20 0 0.72 0.15 76.43 0.67 0.54
Hex AE D9 3C 14 0 48 F 4C 43 36
Octal 256 331 74 24 0 110 17 114 103 66
Binary 10101110 11011001 111100 10100 0 1001000 1111 1001100 1000011 110110

Color Harmonies of #AED93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED93C

Black with #AED93C

Text Example


Text Example

White with #AED93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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