Html Css Color HEX #AED11D Rio Grande

📋 copy color: '#AED11D'

red 174 ◦ green 209 ◦ blue 29

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

Shades of Rio Grande #AED11D

Tints of Rio Grande #AED11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 42.23%
G = 50.73%
B = 7.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#AED11D (or 0xAED11D) is known color: Rio Grande. HEX triplet: AE, D1 and 1D. RGB value is (174,209,29). Sum of RGB (Red+Green+Blue) = 174+209+29=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #AED11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED11D is #512EE2. Grayscale: #B2B2B2. Windows color (decimal): -5320419 or 1954222. OLE color: 1954222.

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

Color convert

RGB 174 209 29 -
CMYK 0.17 0 0.86 0.18
HSL 71.67º 0.76% 0.47% -
HSV(B) 71.67º 0.86% 0.82% -
XYZ 40.48 54.69 9.58 -
YUV 178.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 174 209 29 0.17 0 0.86 0.18 71.67 0.76 0.47
Hex AE D1 1D 11 0 56 12 48 4C 2F
Octal 256 321 35 21 0 126 22 110 114 57
Binary 10101110 11010001 11101 10001 0 1010110 10010 1001000 1001100 101111

Color Harmonies of #AED11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED11D

Black with #AED11D

Text Example


Text Example

White with #AED11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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