Html Css Color HEX #AED93D Atlantis

📋 copy color: '#AED93D'

red 174 ◦ green 217 ◦ blue 61

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

Shades of Atlantis #AED93D

Tints of Atlantis #AED93D

RGB

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

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

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

R = 38.5%
G = 48.01%
B = 13.5%

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

#AED93D (or 0xAED93D) is known color: Atlantis. HEX triplet: AE, D9 and 3D. RGB value is (174,217,61). Sum of RGB (Red+Green+Blue) = 174+217+61=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #AED93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED93D is #5126C2. Grayscale: #BABABA. Windows color (decimal): -5318339 or 4053422. OLE color: 4053422.

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

Color convert

RGB 174 217 61 -
CMYK 0.20 0 0.72 0.15
HSL 76.54º 0.67% 0.55% -
HSV(B) 76.54º 0.72% 0.85% -
XYZ 43.11 58.96 13.52 -
YUV 186.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 174 217 61 0.20 0 0.72 0.15 76.54 0.67 0.55
Hex AE D9 3D 14 0 48 F 4D 43 37
Octal 256 331 75 24 0 110 17 115 103 67
Binary 10101110 11011001 111101 10100 0 1001000 1111 1001101 1000011 110111

Color Harmonies of #AED93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED93D

Black with #AED93D

Text Example


Text Example

White with #AED93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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