Html Css Color HEX #AED112 Rio Grande

📋 copy color: '#AED112'

red 174 ◦ green 209 ◦ blue 18

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

Shades of Rio Grande #AED112

Tints of Rio Grande #AED112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 43.39%
G = 52.12%
B = 4.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#AED112 (or 0xAED112) is known color: Rio Grande. HEX triplet: AE, D1 and 12. RGB value is (174,209,18). Sum of RGB (Red+Green+Blue) = 174+209+18=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #AED112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED112 is #512EED. Grayscale: #B1B1B1. Windows color (decimal): -5320430 or 1233326. OLE color: 1233326.

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

Color convert

RGB 174 209 18 -
CMYK 0.17 0 0.91 0.18
HSL 70.99º 0.84% 0.45% -
HSV(B) 70.99º 0.91% 0.82% -
XYZ 40.37 54.64 8.99 -
YUV 176.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 174 209 18 0.17 0 0.91 0.18 70.99 0.84 0.45
Hex AE D1 12 11 0 5B 12 47 54 2D
Octal 256 321 22 21 0 133 22 107 124 55
Binary 10101110 11010001 10010 10001 0 1011011 10010 1000111 1010100 101101

Color Harmonies of #AED112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED112

Black with #AED112

Text Example


Text Example

White with #AED112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED112; }

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

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

background-color css

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

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

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

border-color css

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

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

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