Html Css Color HEX #AEC813 Rio Grande

📋 copy color: '#AEC813'

red 174 ◦ green 200 ◦ blue 19

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

Shades of Rio Grande #AEC813

Tints of Rio Grande #AEC813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

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

R = 44.27%
G = 50.89%
B = 4.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AEC813 (or 0xAEC813) is known color: Rio Grande. HEX triplet: AE, C8 and 13. RGB value is (174,200,19). Sum of RGB (Red+Green+Blue) = 174+200+19=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC813 is #5137EC. Grayscale: #ACACAC. Windows color (decimal): -5322733 or 1296558. OLE color: 1296558.

HSL color Cylindrical-coordinate representation of color #AEC813: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC813 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 19 -
CMYK 0.13 0 0.90 0.22
HSL 68.62º 0.83% 0.43% -
HSV(B) 68.62º 0.91% 0.78% -
XYZ 38.23 50.35 8.32 -
YUV 171.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 174 200 19 0.13 0 0.90 0.22 68.62 0.83 0.43
Hex AE C8 13 D 0 5A 16 45 53 2B
Octal 256 310 23 15 0 132 26 105 123 53
Binary 10101110 11001000 10011 1101 0 1011010 10110 1000101 1010011 101011

Color Harmonies of #AEC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC813

Black with #AEC813

Text Example


Text Example

White with #AEC813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC813; }

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

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

background-color css

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

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

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

border-color css

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

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

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