Html Css Color HEX #AED21A Rio Grande

📋 copy color: '#AED21A'

red 174 ◦ green 210 ◦ blue 26

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

Shades of Rio Grande #AED21A

Tints of Rio Grande #AED21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.22%

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 42.44%
G = 51.22%
B = 6.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#AED21A (or 0xAED21A) is known color: Rio Grande. HEX triplet: AE, D2 and 1A. RGB value is (174,210,26). Sum of RGB (Red+Green+Blue) = 174+210+26=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #AED21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED21A is #512DE5. Grayscale: #B2B2B2. Windows color (decimal): -5320166 or 1757870. OLE color: 1757870.

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

Color convert

RGB 174 210 26 -
CMYK 0.17 0 0.88 0.18
HSL 71.74º 0.78% 0.46% -
HSV(B) 71.74º 0.88% 0.82% -
XYZ 40.69 55.17 9.48 -
YUV 178.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 174 210 26 0.17 0 0.88 0.18 71.74 0.78 0.46
Hex AE D2 1A 11 0 58 12 48 4E 2E
Octal 256 322 32 21 0 130 22 110 116 56
Binary 10101110 11010010 11010 10001 0 1011000 10010 1001000 1001110 101110

Color Harmonies of #AED21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED21A

Black with #AED21A

Text Example


Text Example

White with #AED21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED21A; }

 p { color: rgb(174,210,26); }

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

background-color css

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

 a { background-color: rgb(174,210,26); }

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

border-color css

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

 span { border-color: rgb(174,210,26); }

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