Html Css Color HEX #AFC000 La Rioja

📋 copy color: '#AFC000'

red 175 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #AFC000

Tints of La Rioja #AFC000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.68%
G = 52.32%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#AFC000 (or 0xAFC000) is known color: La Rioja. HEX triplet: AF, C0 and 00. RGB value is (175,192,0). Sum of RGB (Red+Green+Blue) = 175+192+0=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC000 is #503FFF. Grayscale: #A5A5A5. Windows color (decimal): -5259264 or 49327. OLE color: 49327.

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

Color convert

RGB 175 192 0 -
CMYK 0.09 0 1 0.25
HSL 65.31º 1% 0.38% -
HSV(B) 65.31º 1% 0.75% -
XYZ 36.53 46.81 7.11 -
YUV 165.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 175 192 0 0.09 0 1 0.25 65.31 1 0.38
Hex AF C0 0 9 0 64 19 41 64 26
Octal 257 300 0 11 0 144 31 101 144 46
Binary 10101111 11000000 0 1001 0 1100100 11001 1000001 1100100 100110

Color Harmonies of #AFC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC000

Black with #AFC000

Text Example


Text Example

White with #AFC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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