#8A8F11

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

Shades of Citron #8A8F11

Tints of Citron #8A8F11

Color information

#8A8F11 (or 0x8A8F11) is unknown color: approx Citron. HEX triplet: 8A, 8F and 11. RGB value is (138,143,17). Sum of RGB (Red+Green+Blue) = 138+143+17=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8F11 is #7570EE. Grayscale: #7F7F7F. Windows color (decimal): -7696623 or 1150858. OLE color: 1150858.

HSL color Cylindrical-coordinate representation of color #8A8F11: hue angle of 62.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A8F11 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB13814317-
CMYK0.0300.880.44
HSL62.38º78.75%31.37%-
HSV(B)62.38º88.11%56.08%-
XYZ20.425.094.3-
YUV127.1465.84135.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=46.31%
G=47.99%
B=5.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138143170.0300.880.4462.3878.7531.37
Hex8A8F1130582C3e4f1f
Octal2122172130130547611737
Binary1000101010001111100011101011000101100111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,143,17); }

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

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

 a { background-color: rgb(138,143,17); }

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

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

 span { border-color: rgb(138,143,17); }

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