Html Css Color HEX #AFC010 La Rioja

📋 copy color: '#AFC010'

red 175 ◦ green 192 ◦ blue 16

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

Shades of La Rioja #AFC010

Tints of La Rioja #AFC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 45.69%
G = 50.13%
B = 4.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#AFC010 (or 0xAFC010) is known color: La Rioja. HEX triplet: AF, C0 and 10. RGB value is (175,192,16). Sum of RGB (Red+Green+Blue) = 175+192+16=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC010 is #503FEF. Grayscale: #A7A7A7. Windows color (decimal): -5259248 or 1097903. OLE color: 1097903.

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

Color convert

RGB 175 192 16 -
CMYK 0.09 0 0.92 0.25
HSL 65.8º 0.85% 0.41% -
HSV(B) 65.8º 0.92% 0.75% -
XYZ 36.62 46.85 7.6 -
YUV 166.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 175 192 16 0.09 0 0.92 0.25 65.8 0.85 0.41
Hex AF C0 10 9 0 5C 19 42 55 29
Octal 257 300 20 11 0 134 31 102 125 51
Binary 10101111 11000000 10000 1001 0 1011100 11001 1000010 1010101 101001

Color Harmonies of #AFC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC010

Black with #AFC010

Text Example


Text Example

White with #AFC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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