Html Css Color HEX #AEC70F Rio Grande

📋 copy color: '#AEC70F'

red 174 ◦ green 199 ◦ blue 15

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

Shades of Rio Grande #AEC70F

Tints of Rio Grande #AEC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.29%

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 44.85%
G = 51.29%
B = 3.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#AEC70F (or 0xAEC70F) is known color: Rio Grande. HEX triplet: AE, C7 and 0F. RGB value is (174,199,15). Sum of RGB (Red+Green+Blue) = 174+199+15=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC70F is #5138F0. Grayscale: #ABABAB. Windows color (decimal): -5322993 or 1034158. OLE color: 1034158.

HSL color Cylindrical-coordinate representation of color #AEC70F: hue angle of 68.15º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC70F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 15 -
CMYK 0.13 0 0.92 0.22
HSL 68.15º 0.86% 0.42% -
HSV(B) 68.15º 0.92% 0.78% -
XYZ 37.97 49.88 8.08 -
YUV 170.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 174 199 15 0.13 0 0.92 0.22 68.15 0.86 0.42
Hex AE C7 F D 0 5C 16 44 56 2A
Octal 256 307 17 15 0 134 26 104 126 52
Binary 10101110 11000111 1111 1101 0 1011100 10110 1000100 1010110 101010

Color Harmonies of #AEC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC70F

Black with #AEC70F

Text Example


Text Example

White with #AEC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC70F; }

 p { color: rgb(174,199,15); }

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

background-color css

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

 a { background-color: rgb(174,199,15); }

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

border-color css

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

 span { border-color: rgb(174,199,15); }

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