#AECF03

Color #AECF03 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AECF03

Tints of La Rioja #AECF03

Color information

#AECF03 (or 0xAECF03) is unknown color: approx La Rioja. HEX triplet: AE, CF and 03. RGB value is (174,207,3). Sum of RGB (Red+Green+Blue) = 174+207+3=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF03 is #5130FC. Grayscale: #AEAEAE. Windows color (decimal): -5320957 or 249774. OLE color: 249774.

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

Color convert

RGB1742073-
CMYK0.1600.990.19
HSL69.71º97.14%41.18%-
HSV(B)69.71º98.55%81.18%-
XYZ39.7853.638.34-
YUV173.8831.57128.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 207 (81.25% from 255) = 53.91%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=45.31%
G=53.91%
B=0.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17420730.1600.990.1969.7197.1441.18
HexAECF31006313466129
Octal25631732001432310614151
Binary10101110110011111110000011000111001110001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF03; }

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

 H1.HeaderClassName
 {
   color: #AECF03;
 }
 .AnyTagClassName
 {
   color: #AECF03;
 }
</style>
background-color css

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

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

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

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

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

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