#AFC00D

Color #AFC00D La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFC00D

Tints of La Rioja #AFC00D

Color information

#AFC00D (or 0xAFC00D) is unknown color: approx La Rioja. HEX triplet: AF, C0 and 0D. RGB value is (175,192,13). Sum of RGB (Red+Green+Blue) = 175+192+13=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC00D is #503FF2. Grayscale: #A7A7A7. Windows color (decimal): -5259251 or 901295. OLE color: 901295.

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

Color convert

RGB17519213-
CMYK0.0900.930.25
HSL65.7º87.32%40.2%-
HSV(B)65.7º93.23%75.29%-
XYZ36.646.847.49-
YUV166.5141.37134.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 13 (5.47% from 255) = 3.42%
R=46.05%
G=50.53%
B=3.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192130.0900.930.2565.787.3240.2
HexAFC0D905D19425728
Octal257300151101353110212750
Binary101011111100000011011001010111011100110000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC00D; }

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

 H1.HeaderClassName
 {
   color: #AFC00D;
 }
 .AnyTagClassName
 {
   color: #AFC00D;
 }
</style>
background-color css

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

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

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

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

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

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