Html Css Color HEX #AFC201 La Rioja

📋 copy color: '#AFC201'

red 175 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #AFC201

Tints of La Rioja #AFC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.43%

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

R = 47.3%
G = 52.43%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AFC201 (or 0xAFC201) is known color: La Rioja. HEX triplet: AF, C2 and 01. RGB value is (175,194,1). Sum of RGB (Red+Green+Blue) = 175+194+1=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC201 is #503DFE. Grayscale: #A7A7A7. Windows color (decimal): -5258751 or 115375. OLE color: 115375.

HSL color Cylindrical-coordinate representation of color #AFC201: hue angle of 65.91º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFC201 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 1 -
CMYK 0.10 0 0.99 0.24
HSL 65.91º 0.99% 0.38% -
HSV(B) 65.91º 0.99% 0.76% -
XYZ 36.98 47.7 7.29 -
YUV 166.32 34.71 134.19 -
System Red Green Blue C M Y K H S L
Decimal 175 194 1 0.10 0 0.99 0.24 65.91 0.99 0.38
Hex AF C2 1 A 0 63 18 42 63 26
Octal 257 302 1 12 0 143 30 102 143 46
Binary 10101111 11000010 1 1010 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #AFC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC201

Black with #AFC201

Text Example


Text Example

White with #AFC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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