Html Css Color HEX #AFC404 La Rioja

📋 copy color: '#AFC404'

red 175 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #AFC404

Tints of La Rioja #AFC404

RGB

 RED value IS 175 (68.75% from 255) = 46.67%

 GREEN value IS 196 (76.95% from 255) = 52.27%

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

R = 46.67%
G = 52.27%
B = 1.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#AFC404 (or 0xAFC404) is known color: La Rioja. HEX triplet: AF, C4 and 04. RGB value is (175,196,4). Sum of RGB (Red+Green+Blue) = 175+196+4=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC404 is #503BFB. Grayscale: #A8A8A8. Windows color (decimal): -5258236 or 312495. OLE color: 312495.

HSL color Cylindrical-coordinate representation of color #AFC404: hue angle of 66.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC404 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 4 -
CMYK 0.11 0 0.98 0.23
HSL 66.56º 0.96% 0.39% -
HSV(B) 66.56º 0.98% 0.77% -
XYZ 37.44 48.6 7.52 -
YUV 167.83 35.54 133.11 -
System Red Green Blue C M Y K H S L
Decimal 175 196 4 0.11 0 0.98 0.23 66.56 0.96 0.39
Hex AF C4 4 B 0 62 17 43 60 27
Octal 257 304 4 13 0 142 27 103 140 47
Binary 10101111 11000100 100 1011 0 1100010 10111 1000011 1100000 100111

Color Harmonies of #AFC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC404

Black with #AFC404

Text Example


Text Example

White with #AFC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC404; }

 p { color: rgb(175,196,4); }

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

background-color css

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

 a { background-color: rgb(175,196,4); }

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

border-color css

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

 span { border-color: rgb(175,196,4); }

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