Html Css Color HEX #AECF04 La Rioja

📋 copy color: '#AECF04'

red 174 ◦ green 207 ◦ blue 4

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

Shades of La Rioja #AECF04

Tints of La Rioja #AECF04

RGB

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

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

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

R = 45.19%
G = 53.77%
B = 1.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#AECF04 (or 0xAECF04) is known color: La Rioja. HEX triplet: AE, CF and 04. RGB value is (174,207,4). Sum of RGB (Red+Green+Blue) = 174+207+4=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF04 is #5130FB. Grayscale: #AEAEAE. Windows color (decimal): -5320956 or 315310. OLE color: 315310.

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

Color convert

RGB 174 207 4 -
CMYK 0.16 0 0.98 0.19
HSL 69.75º 0.96% 0.41% -
HSV(B) 69.75º 0.98% 0.81% -
XYZ 39.79 53.63 8.37 -
YUV 173.99 32.07 128.01 -
System Red Green Blue C M Y K H S L
Decimal 174 207 4 0.16 0 0.98 0.19 69.75 0.96 0.41
Hex AE CF 4 10 0 62 13 46 60 29
Octal 256 317 4 20 0 142 23 106 140 51
Binary 10101110 11001111 100 10000 0 1100010 10011 1000110 1100000 101001

Color Harmonies of #AECF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF04

Black with #AECF04

Text Example


Text Example

White with #AECF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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