Html Css Color HEX #AED01C Rio Grande

📋 copy color: '#AED01C'

red 174 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #AED01C

Tints of Rio Grande #AED01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

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

R = 42.44%
G = 50.73%
B = 6.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#AED01C (or 0xAED01C) is known color: Rio Grande. HEX triplet: AE, D0 and 1C. RGB value is (174,208,28). Sum of RGB (Red+Green+Blue) = 174+208+28=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #AED01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED01C is #512FE3. Grayscale: #B2B2B2. Windows color (decimal): -5320676 or 1888430. OLE color: 1888430.

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

Color convert

RGB 174 208 28 -
CMYK 0.16 0 0.87 0.18
HSL 71.33º 0.76% 0.46% -
HSV(B) 71.33º 0.87% 0.82% -
XYZ 40.22 54.19 9.44 -
YUV 177.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 174 208 28 0.16 0 0.87 0.18 71.33 0.76 0.46
Hex AE D0 1C 10 0 57 12 47 4C 2E
Octal 256 320 34 20 0 127 22 107 114 56
Binary 10101110 11010000 11100 10000 0 1010111 10010 1000111 1001100 101110

Color Harmonies of #AED01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED01C

Black with #AED01C

Text Example


Text Example

White with #AED01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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