Html Css Color HEX #AED320 Rio Grande

📋 copy color: '#AED320'

red 174 ◦ green 211 ◦ blue 32

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

Shades of Rio Grande #AED320

Tints of Rio Grande #AED320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 41.73%
G = 50.6%
B = 7.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#AED320 (or 0xAED320) is known color: Rio Grande. HEX triplet: AE, D3 and 20. RGB value is (174,211,32). Sum of RGB (Red+Green+Blue) = 174+211+32=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #AED320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED320 is #512CDF. Grayscale: #B4B4B4. Windows color (decimal): -5319904 or 2151342. OLE color: 2151342.

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

Color convert

RGB 174 211 32 -
CMYK 0.18 0 0.85 0.17
HSL 72.4º 0.74% 0.48% -
HSV(B) 72.4º 0.85% 0.83% -
XYZ 41.01 55.69 9.95 -
YUV 179.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 174 211 32 0.18 0 0.85 0.17 72.4 0.74 0.48
Hex AE D3 20 12 0 55 11 48 4A 30
Octal 256 323 40 22 0 125 21 110 112 60
Binary 10101110 11010011 100000 10010 0 1010101 10001 1001000 1001010 110000

Color Harmonies of #AED320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED320

Black with #AED320

Text Example


Text Example

White with #AED320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED320; }

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

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

background-color css

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

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

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

border-color css

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

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

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