#8FA512

Color #8FA512 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8FA512

Tints of Citron #8FA512

Color information

#8FA512 (or 0x8FA512) is unknown color: approx Citron. HEX triplet: 8F, A5 and 12. RGB value is (143,165,18). Sum of RGB (Red+Green+Blue) = 143+165+18=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA512 is #705AED. Grayscale: #8E8E8E. Windows color (decimal): -7363310 or 1222031. OLE color: 1222031.

HSL color Cylindrical-coordinate representation of color #8FA512: hue angle of 68.98º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FA512 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB14316518-
CMYK0.1300.890.35
HSL68.98º80.33%35.88%-
HSV(B)68.98º89.09%64.71%-
XYZ24.8932.795.59-
YUV141.6658.21128.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.87%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 18 (7.42% from 255) = 5.52%
R=43.87%
G=50.61%
B=5.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165180.1300.890.3568.9880.3335.88
Hex8FA512D05923455024
Octal217245221501314310512044
Binary10001111101001011001011010101100110001110001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA512; }

 p { color: rgb(143,165,18); }

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

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

 a { background-color: rgb(143,165,18); }

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

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

 span { border-color: rgb(143,165,18); }

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