Html Css Color HEX #AED121 Rio Grande

📋 copy color: '#AED121'

red 174 ◦ green 209 ◦ blue 33

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

Shades of Rio Grande #AED121

Tints of Rio Grande #AED121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 41.83%
G = 50.24%
B = 7.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AED121 (or 0xAED121) is known color: Rio Grande. HEX triplet: AE, D1 and 21. RGB value is (174,209,33). Sum of RGB (Red+Green+Blue) = 174+209+33=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #AED121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED121 is #512EDE. Grayscale: #B3B3B3. Windows color (decimal): -5320415 or 2216366. OLE color: 2216366.

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

Color convert

RGB 174 209 33 -
CMYK 0.17 0 0.84 0.18
HSL 71.93º 0.73% 0.47% -
HSV(B) 71.93º 0.84% 0.82% -
XYZ 40.53 54.71 9.86 -
YUV 178.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 174 209 33 0.17 0 0.84 0.18 71.93 0.73 0.47
Hex AE D1 21 11 0 54 12 48 49 2F
Octal 256 321 41 21 0 124 22 110 111 57
Binary 10101110 11010001 100001 10001 0 1010100 10010 1001000 1001001 101111

Color Harmonies of #AED121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED121

Black with #AED121

Text Example


Text Example

White with #AED121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED121; }

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

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

background-color css

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

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

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

border-color css

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

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

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