Html Css Color HEX #AECF12 Rio Grande

📋 copy color: '#AECF12'

red 174 ◦ green 207 ◦ blue 18

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

Shades of Rio Grande #AECF12

Tints of Rio Grande #AECF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.88%

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 43.61%
G = 51.88%
B = 4.51%

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

#AECF12 (or 0xAECF12) is known color: Rio Grande. HEX triplet: AE, CF and 12. RGB value is (174,207,18). Sum of RGB (Red+Green+Blue) = 174+207+18=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF12 is #5130ED. Grayscale: #B0B0B0. Windows color (decimal): -5320942 or 1232814. OLE color: 1232814.

HSL color Cylindrical-coordinate representation of color #AECF12: hue angle of 70.48º degrees, saturation: 0.84, 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 #AECF12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 18 -
CMYK 0.16 0 0.91 0.19
HSL 70.48º 0.84% 0.44% -
HSV(B) 70.48º 0.91% 0.81% -
XYZ 39.88 53.67 8.83 -
YUV 175.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 174 207 18 0.16 0 0.91 0.19 70.48 0.84 0.44
Hex AE CF 12 10 0 5B 13 46 54 2C
Octal 256 317 22 20 0 133 23 106 124 54
Binary 10101110 11001111 10010 10000 0 1011011 10011 1000110 1010100 101100

Color Harmonies of #AECF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF12

Black with #AECF12

Text Example


Text Example

White with #AECF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF12; }

 p { color: rgb(174,207,18); }

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

background-color css

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

 a { background-color: rgb(174,207,18); }

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

border-color css

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

 span { border-color: rgb(174,207,18); }

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