Html Css Color HEX #AECD1C Rio Grande

📋 copy color: '#AECD1C'

red 174 ◦ green 205 ◦ blue 28

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

Shades of Rio Grande #AECD1C

Tints of Rio Grande #AECD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.37%

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

R = 42.75%
G = 50.37%
B = 6.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#AECD1C (or 0xAECD1C) is known color: Rio Grande. HEX triplet: AE, CD and 1C. RGB value is (174,205,28). Sum of RGB (Red+Green+Blue) = 174+205+28=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD1C is #5132E3. Grayscale: #B0B0B0. Windows color (decimal): -5321444 or 1887662. OLE color: 1887662.

HSL color Cylindrical-coordinate representation of color #AECD1C: hue angle of 70.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECD1C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 28 -
CMYK 0.15 0 0.86 0.20
HSL 70.51º 0.76% 0.46% -
HSV(B) 70.51º 0.86% 0.8% -
XYZ 39.5 52.75 9.2 -
YUV 175.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 174 205 28 0.15 0 0.86 0.20 70.51 0.76 0.46
Hex AE CD 1C F 0 56 14 47 4C 2E
Octal 256 315 34 17 0 126 24 107 114 56
Binary 10101110 11001101 11100 1111 0 1010110 10100 1000111 1001100 101110

Color Harmonies of #AECD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD1C

Black with #AECD1C

Text Example


Text Example

White with #AECD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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