#AED321

Color #AED321 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #AED321

Tints of Rio Grande #AED321

Color information

#AED321 (or 0xAED321) is unknown color: approx Rio Grande. HEX triplet: AE, D3 and 21. RGB value is (174,211,33). Sum of RGB (Red+Green+Blue) = 174+211+33=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #AED321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED321 is #512CDE. Grayscale: #B4B4B4. Windows color (decimal): -5319903 or 2216878. OLE color: 2216878.

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

Color convert

RGB17421133-
CMYK0.1800.840.17
HSL72.47º72.95%47.84%-
HSV(B)72.47º84.36%82.75%-
XYZ41.0255.710.03-
YUV179.6445.24123.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 211 (82.81% from 255) = 50.48%
BLUE value IS 33 (13.28% from 255) = 7.89%
R=41.63%
G=50.48%
B=7.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174211330.1800.840.1772.4772.9547.84
HexAED3211205411484930
Octal256323412201242111011160
Binary101011101101001110000110010010101001000110010001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED321; }

 p { color: rgb(174,211,33); }

 H1.HeaderClassName
 {
   color: #AED321;
 }
 .AnyTagClassName
 {
   color: #AED321;
 }
</style>
background-color css

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

 a { background-color: rgb(174,211,33); }

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

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

 span { border-color: rgb(174,211,33); }

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