Html Css Color HEX #AED932 Atlantis

📋 copy color: '#AED932'

red 174 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #AED932

Tints of Atlantis #AED932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.34%

R = 39.46%
G = 49.21%
B = 11.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AED932 (or 0xAED932) is known color: Atlantis. HEX triplet: AE, D9 and 32. RGB value is (174,217,50). Sum of RGB (Red+Green+Blue) = 174+217+50=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #AED932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED932 is #5126CD. Grayscale: #B9B9B9. Windows color (decimal): -5318350 or 3332526. OLE color: 3332526.

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

Color convert

RGB 174 217 50 -
CMYK 0.20 0 0.77 0.15
HSL 75.45º 0.69% 0.52% -
HSV(B) 75.45º 0.77% 0.85% -
XYZ 42.84 58.85 12.12 -
YUV 185.11 51.75 120.08 -
System Red Green Blue C M Y K H S L
Decimal 174 217 50 0.20 0 0.77 0.15 75.45 0.69 0.52
Hex AE D9 32 14 0 4D F 4B 45 34
Octal 256 331 62 24 0 115 17 113 105 64
Binary 10101110 11011001 110010 10100 0 1001101 1111 1001011 1000101 110100

Color Harmonies of #AED932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED932

Black with #AED932

Text Example


Text Example

White with #AED932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED932; }

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

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

background-color css

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

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

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

border-color css

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

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

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