Html Css Color HEX #AECE13 Rio Grande

📋 copy color: '#AECE13'

red 174 ◦ green 206 ◦ blue 19

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

Shades of Rio Grande #AECE13

Tints of Rio Grande #AECE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.63%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 43.61%
G = 51.63%
B = 4.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#AECE13 (or 0xAECE13) is known color: Rio Grande. HEX triplet: AE, CE and 13. RGB value is (174,206,19). Sum of RGB (Red+Green+Blue) = 174+206+19=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE13 is #5131EC. Grayscale: #AFAFAF. Windows color (decimal): -5321197 or 1298094. OLE color: 1298094.

HSL color Cylindrical-coordinate representation of color #AECE13: hue angle of 70.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AECE13 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 19 -
CMYK 0.16 0 0.91 0.19
HSL 70.27º 0.83% 0.44% -
HSV(B) 70.27º 0.91% 0.81% -
XYZ 39.64 53.19 8.79 -
YUV 175.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 174 206 19 0.16 0 0.91 0.19 70.27 0.83 0.44
Hex AE CE 13 10 0 5B 13 46 53 2C
Octal 256 316 23 20 0 133 23 106 123 54
Binary 10101110 11001110 10011 10000 0 1011011 10011 1000110 1010011 101100

Color Harmonies of #AECE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE13

Black with #AECE13

Text Example


Text Example

White with #AECE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE13; }

 p { color: rgb(174,206,19); }

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

background-color css

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

 a { background-color: rgb(174,206,19); }

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

border-color css

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

 span { border-color: rgb(174,206,19); }

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