Html Css Color HEX #AECB04 La Rioja

📋 copy color: '#AECB04'

red 174 ◦ green 203 ◦ blue 4

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

Shades of La Rioja #AECB04

Tints of La Rioja #AECB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.28%

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 45.67%
G = 53.28%
B = 1.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#AECB04 (or 0xAECB04) is known color: La Rioja. HEX triplet: AE, CB and 04. RGB value is (174,203,4). Sum of RGB (Red+Green+Blue) = 174+203+4=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB04 is #5134FB. Grayscale: #ACACAC. Windows color (decimal): -5321980 or 314286. OLE color: 314286.

HSL color Cylindrical-coordinate representation of color #AECB04: hue angle of 68.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AECB04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 4 -
CMYK 0.14 0 0.98 0.20
HSL 68.74º 0.96% 0.41% -
HSV(B) 68.74º 0.98% 0.8% -
XYZ 38.83 51.72 8.05 -
YUV 171.64 33.39 129.68 -
System Red Green Blue C M Y K H S L
Decimal 174 203 4 0.14 0 0.98 0.20 68.74 0.96 0.41
Hex AE CB 4 E 0 62 14 45 60 29
Octal 256 313 4 16 0 142 24 105 140 51
Binary 10101110 11001011 100 1110 0 1100010 10100 1000101 1100000 101001

Color Harmonies of #AECB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB04

Black with #AECB04

Text Example


Text Example

White with #AECB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB04; }

 p { color: rgb(174,203,4); }

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

background-color css

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

 a { background-color: rgb(174,203,4); }

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

border-color css

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

 span { border-color: rgb(174,203,4); }

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