Html Css Color HEX #AECE01 La Rioja

📋 copy color: '#AECE01'

red 174 ◦ green 206 ◦ blue 1

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

Shades of La Rioja #AECE01

Tints of La Rioja #AECE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 45.67%
G = 54.07%
B = 0.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#AECE01 (or 0xAECE01) is known color: La Rioja. HEX triplet: AE, CE and 01. RGB value is (174,206,1). Sum of RGB (Red+Green+Blue) = 174+206+1=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE01 is #5131FE. Grayscale: #ADADAD. Windows color (decimal): -5321215 or 118446. OLE color: 118446.

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

Color convert

RGB 174 206 1 -
CMYK 0.16 0 1.00 0.19
HSL 69.37º 0.99% 0.41% -
HSV(B) 69.37º 1% 0.81% -
XYZ 39.53 53.14 8.2 -
YUV 173.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 174 206 1 0.16 0 1.00 0.19 69.37 0.99 0.41
Hex AE CE 1 10 0 64 13 45 63 29
Octal 256 316 1 20 0 144 23 105 143 51
Binary 10101110 11001110 1 10000 0 1100100 10011 1000101 1100011 101001

Color Harmonies of #AECE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE01

Black with #AECE01

Text Example


Text Example

White with #AECE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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