#AED11E

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

Shades of Rio Grande #AED11E

Tints of Rio Grande #AED11E

Color information

#AED11E (or 0xAED11E) is unknown color: approx Rio Grande. HEX triplet: AE, D1 and 1E. RGB value is (174,209,30). Sum of RGB (Red+Green+Blue) = 174+209+30=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #AED11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED11E is #512EE1. Grayscale: #B2B2B2. Windows color (decimal): -5320418 or 2019758. OLE color: 2019758.

HSL color Cylindrical-coordinate representation of color #AED11E: hue angle of 71.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AED11E is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB17420930-
CMYK0.1700.860.18
HSL71.73º74.9%46.86%-
HSV(B)71.73º85.65%81.96%-
XYZ40.4954.699.65-
YUV178.1344.4125.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 209 (82.03% from 255) = 50.61%
BLUE value IS 30 (12.11% from 255) = 7.26%
R=42.13%
G=50.61%
B=7.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174209300.1700.860.1871.7374.946.86
HexAED11E1105612484b2f
Octal256321362101262211011357
Binary10101110110100011111010001010101101001010010001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED11E; }

 p { color: rgb(174,209,30); }

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

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

 a { background-color: rgb(174,209,30); }

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

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

 span { border-color: rgb(174,209,30); }

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