Html Css Color HEX #AED110 Rio Grande

📋 copy color: '#AED110'

red 174 ◦ green 209 ◦ blue 16

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

Shades of Rio Grande #AED110

Tints of Rio Grande #AED110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 43.61%
G = 52.38%
B = 4.01%

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

#AED110 (or 0xAED110) is known color: Rio Grande. HEX triplet: AE, D1 and 10. RGB value is (174,209,16). Sum of RGB (Red+Green+Blue) = 174+209+16=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #AED110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED110 is #512EEF. Grayscale: #B1B1B1. Windows color (decimal): -5320432 or 1102254. OLE color: 1102254.

HSL color Cylindrical-coordinate representation of color #AED110: hue angle of 70.88º degrees, saturation: 0.86, 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 #AED110 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 16 -
CMYK 0.17 0 0.92 0.18
HSL 70.88º 0.86% 0.44% -
HSV(B) 70.88º 0.92% 0.82% -
XYZ 40.35 54.64 8.91 -
YUV 176.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 174 209 16 0.17 0 0.92 0.18 70.88 0.86 0.44
Hex AE D1 10 11 0 5C 12 47 56 2C
Octal 256 321 20 21 0 134 22 107 126 54
Binary 10101110 11010001 10000 10001 0 1011100 10010 1000111 1010110 101100

Color Harmonies of #AED110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED110

Black with #AED110

Text Example


Text Example

White with #AED110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED110; }

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

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

background-color css

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

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

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

border-color css

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

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

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