Html Css Color HEX #AFC904 La Rioja

📋 copy color: '#AFC904'

red 175 ◦ green 201 ◦ blue 4

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

Shades of La Rioja #AFC904

Tints of La Rioja #AFC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.89%

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

R = 46.05%
G = 52.89%
B = 1.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#AFC904 (or 0xAFC904) is known color: La Rioja. HEX triplet: AF, C9 and 04. RGB value is (175,201,4). Sum of RGB (Red+Green+Blue) = 175+201+4=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC904 is #5036FB. Grayscale: #ABABAB. Windows color (decimal): -5256956 or 313775. OLE color: 313775.

HSL color Cylindrical-coordinate representation of color #AFC904: hue angle of 67.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC904 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 4 -
CMYK 0.13 0 0.98 0.21
HSL 67.92º 0.96% 0.4% -
HSV(B) 67.92º 0.98% 0.79% -
XYZ 38.59 50.9 7.9 -
YUV 170.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 175 201 4 0.13 0 0.98 0.21 67.92 0.96 0.4
Hex AF C9 4 D 0 62 15 44 60 28
Octal 257 311 4 15 0 142 25 104 140 50
Binary 10101111 11001001 100 1101 0 1100010 10101 1000100 1100000 101000

Color Harmonies of #AFC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC904

Black with #AFC904

Text Example


Text Example

White with #AFC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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