Html Css Color HEX #AED118 Rio Grande

📋 copy color: '#AED118'

red 174 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #AED118

Tints of Rio Grande #AED118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 42.75%
G = 51.35%
B = 5.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#AED118 (or 0xAED118) is known color: Rio Grande. HEX triplet: AE, D1 and 18. RGB value is (174,209,24). Sum of RGB (Red+Green+Blue) = 174+209+24=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #AED118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED118 is #512EE7. Grayscale: #B2B2B2. Windows color (decimal): -5320424 or 1626542. OLE color: 1626542.

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

Color convert

RGB 174 209 24 -
CMYK 0.17 0 0.89 0.18
HSL 71.35º 0.79% 0.46% -
HSV(B) 71.35º 0.89% 0.82% -
XYZ 40.42 54.67 9.29 -
YUV 177.45 41.4 125.54 -
System Red Green Blue C M Y K H S L
Decimal 174 209 24 0.17 0 0.89 0.18 71.35 0.79 0.46
Hex AE D1 18 11 0 59 12 47 4F 2E
Octal 256 321 30 21 0 131 22 107 117 56
Binary 10101110 11010001 11000 10001 0 1011001 10010 1000111 1001111 101110

Color Harmonies of #AED118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED118

Black with #AED118

Text Example


Text Example

White with #AED118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED118; }

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

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

background-color css

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

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

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

border-color css

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

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

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