Html Css Color HEX #AECC01 La Rioja

📋 copy color: '#AECC01'

red 174 ◦ green 204 ◦ blue 1

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

Shades of La Rioja #AECC01

Tints of La Rioja #AECC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

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

R = 45.91%
G = 53.83%
B = 0.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#AECC01 (or 0xAECC01) is known color: La Rioja. HEX triplet: AE, CC and 01. RGB value is (174,204,1). Sum of RGB (Red+Green+Blue) = 174+204+1=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC01 is #5133FE. Grayscale: #ACACAC. Windows color (decimal): -5321727 or 117934. OLE color: 117934.

HSL color Cylindrical-coordinate representation of color #AECC01: hue angle of 68.87º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AECC01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 1 -
CMYK 0.15 0 1.00 0.2
HSL 68.87º 0.99% 0.4% -
HSV(B) 68.87º 1% 0.8% -
XYZ 39.05 52.19 8.04 -
YUV 171.89 31.56 129.51 -
System Red Green Blue C M Y K H S L
Decimal 174 204 1 0.15 0 1.00 0.2 68.87 0.99 0.4
Hex AE CC 1 F 0 64 14 45 63 28
Octal 256 314 1 17 0 144 24 105 143 50
Binary 10101110 11001100 1 1111 0 1100100 10100 1000101 1100011 101000

Color Harmonies of #AECC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC01

Black with #AECC01

Text Example


Text Example

White with #AECC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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