Html Css Color HEX #AFC401 La Rioja

📋 copy color: '#AFC401'

red 175 ◦ green 196 ◦ blue 1

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

Shades of La Rioja #AFC401

Tints of La Rioja #AFC401

RGB

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

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

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

R = 47.04%
G = 52.69%
B = 0.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#AFC401 (or 0xAFC401) is known color: La Rioja. HEX triplet: AF, C4 and 01. RGB value is (175,196,1). Sum of RGB (Red+Green+Blue) = 175+196+1=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC401 is #503BFE. Grayscale: #A8A8A8. Windows color (decimal): -5258239 or 115887. OLE color: 115887.

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

Color convert

RGB 175 196 1 -
CMYK 0.11 0 0.99 0.23
HSL 66.46º 0.99% 0.39% -
HSV(B) 66.46º 0.99% 0.77% -
XYZ 37.42 48.6 7.44 -
YUV 167.49 34.04 133.36 -
System Red Green Blue C M Y K H S L
Decimal 175 196 1 0.11 0 0.99 0.23 66.46 0.99 0.39
Hex AF C4 1 B 0 63 17 42 63 27
Octal 257 304 1 13 0 143 27 102 143 47
Binary 10101111 11000100 1 1011 0 1100011 10111 1000010 1100011 100111

Color Harmonies of #AFC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC401

Black with #AFC401

Text Example


Text Example

White with #AFC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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