Html Css Color HEX #AFC001 La Rioja

📋 copy color: '#AFC001'

red 175 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #AFC001

Tints of La Rioja #AFC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

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

R = 47.55%
G = 52.17%
B = 0.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#AFC001 (or 0xAFC001) is known color: La Rioja. HEX triplet: AF, C0 and 01. RGB value is (175,192,1). Sum of RGB (Red+Green+Blue) = 175+192+1=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC001 is #503FFE. Grayscale: #A5A5A5. Windows color (decimal): -5259263 or 114863. OLE color: 114863.

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

Color convert

RGB 175 192 1 -
CMYK 0.09 0 0.99 0.25
HSL 65.34º 0.99% 0.38% -
HSV(B) 65.34º 0.99% 0.75% -
XYZ 36.53 46.82 7.14 -
YUV 165.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 175 192 1 0.09 0 0.99 0.25 65.34 0.99 0.38
Hex AF C0 1 9 0 63 19 41 63 26
Octal 257 300 1 11 0 143 31 101 143 46
Binary 10101111 11000000 1 1001 0 1100011 11001 1000001 1100011 100110

Color Harmonies of #AFC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC001

Black with #AFC001

Text Example


Text Example

White with #AFC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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