Html Css Color HEX #AFC101 La Rioja

📋 copy color: '#AFC101'

red 175 ◦ green 193 ◦ blue 1

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

Shades of La Rioja #AFC101

Tints of La Rioja #AFC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

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

R = 47.43%
G = 52.3%
B = 0.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AFC101 (or 0xAFC101) is known color: La Rioja. HEX triplet: AF, C1 and 01. RGB value is (175,193,1). Sum of RGB (Red+Green+Blue) = 175+193+1=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC101 is #503EFE. Grayscale: #A6A6A6. Windows color (decimal): -5259007 or 115119. OLE color: 115119.

HSL color Cylindrical-coordinate representation of color #AFC101: hue angle of 65.62º 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 #AFC101 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 1 -
CMYK 0.09 0 0.99 0.24
HSL 65.63º 0.99% 0.38% -
HSV(B) 65.63º 0.99% 0.76% -
XYZ 36.75 47.26 7.21 -
YUV 165.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 175 193 1 0.09 0 0.99 0.24 65.63 0.99 0.38
Hex AF C1 1 9 0 63 18 42 63 26
Octal 257 301 1 11 0 143 30 102 143 46
Binary 10101111 11000001 1 1001 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #AFC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC101

Black with #AFC101

Text Example


Text Example

White with #AFC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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