Html Css Color HEX #AED31C Rio Grande

📋 copy color: '#AED31C'

red 174 ◦ green 211 ◦ blue 28

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

Shades of Rio Grande #AED31C

Tints of Rio Grande #AED31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.09%

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 42.13%
G = 51.09%
B = 6.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#AED31C (or 0xAED31C) is known color: Rio Grande. HEX triplet: AE, D3 and 1C. RGB value is (174,211,28). Sum of RGB (Red+Green+Blue) = 174+211+28=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #AED31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED31C is #512CE3. Grayscale: #B3B3B3. Windows color (decimal): -5319908 or 1889198. OLE color: 1889198.

HSL color Cylindrical-coordinate representation of color #AED31C: hue angle of 72.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AED31C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 28 -
CMYK 0.18 0 0.87 0.17
HSL 72.13º 0.77% 0.47% -
HSV(B) 72.13º 0.87% 0.83% -
XYZ 40.96 55.67 9.69 -
YUV 179.08 42.74 124.38 -
System Red Green Blue C M Y K H S L
Decimal 174 211 28 0.18 0 0.87 0.17 72.13 0.77 0.47
Hex AE D3 1C 12 0 57 11 48 4D 2F
Octal 256 323 34 22 0 127 21 110 115 57
Binary 10101110 11010011 11100 10010 0 1010111 10001 1001000 1001101 101111

Color Harmonies of #AED31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED31C

Black with #AED31C

Text Example


Text Example

White with #AED31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED31C; }

 p { color: rgb(174,211,28); }

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

background-color css

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

 a { background-color: rgb(174,211,28); }

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

border-color css

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

 span { border-color: rgb(174,211,28); }

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