Html Css Color HEX #AED325 Rio Grande

📋 copy color: '#AED325'

red 174 ◦ green 211 ◦ blue 37

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

Shades of Rio Grande #AED325

Tints of Rio Grande #AED325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 41.23%
G = 50%
B = 8.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#AED325 (or 0xAED325) is known color: Rio Grande. HEX triplet: AE, D3 and 25. RGB value is (174,211,37). Sum of RGB (Red+Green+Blue) = 174+211+37=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #AED325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED325 is #512CDA. Grayscale: #B4B4B4. Windows color (decimal): -5319899 or 2479022. OLE color: 2479022.

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

Color convert

RGB 174 211 37 -
CMYK 0.18 0 0.82 0.17
HSL 72.76º 0.7% 0.49% -
HSV(B) 72.76º 0.82% 0.83% -
XYZ 41.08 55.72 10.34 -
YUV 180.1 47.24 123.65 -
System Red Green Blue C M Y K H S L
Decimal 174 211 37 0.18 0 0.82 0.17 72.76 0.7 0.49
Hex AE D3 25 12 0 52 11 49 46 31
Octal 256 323 45 22 0 122 21 111 106 61
Binary 10101110 11010011 100101 10010 0 1010010 10001 1001001 1000110 110001

Color Harmonies of #AED325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED325

Black with #AED325

Text Example


Text Example

White with #AED325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED325; }

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

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

background-color css

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

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

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

border-color css

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

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

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