Html Css Color HEX #AED111 Rio Grande

📋 copy color: '#AED111'

red 174 ◦ green 209 ◦ blue 17

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

Shades of Rio Grande #AED111

Tints of Rio Grande #AED111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 43.5%
G = 52.25%
B = 4.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#AED111 (or 0xAED111) is known color: Rio Grande. HEX triplet: AE, D1 and 11. RGB value is (174,209,17). Sum of RGB (Red+Green+Blue) = 174+209+17=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #AED111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED111 is #512EEE. Grayscale: #B1B1B1. Windows color (decimal): -5320431 or 1167790. OLE color: 1167790.

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

Color convert

RGB 174 209 17 -
CMYK 0.17 0 0.92 0.18
HSL 70.94º 0.85% 0.44% -
HSV(B) 70.94º 0.92% 0.82% -
XYZ 40.36 54.64 8.95 -
YUV 176.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 174 209 17 0.17 0 0.92 0.18 70.94 0.85 0.44
Hex AE D1 11 11 0 5C 12 47 55 2C
Octal 256 321 21 21 0 134 22 107 125 54
Binary 10101110 11010001 10001 10001 0 1011100 10010 1000111 1010101 101100

Color Harmonies of #AED111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED111

Black with #AED111

Text Example


Text Example

White with #AED111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED111; }

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

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

background-color css

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

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

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

border-color css

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

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

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