#8AA60F

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

Shades of Citron #8AA60F

Tints of Citron #8AA60F

Color information

#8AA60F (or 0x8AA60F) is unknown color: approx Citron. HEX triplet: 8A, A6 and 0F. RGB value is (138,166,15). Sum of RGB (Red+Green+Blue) = 138+166+15=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA60F is #7559F0. Grayscale: #8C8C8C. Windows color (decimal): -7690737 or 1025674. OLE color: 1025674.

HSL color Cylindrical-coordinate representation of color #8AA60F: hue angle of 71.13º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AA60F is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB13816615-
CMYK0.1700.910.35
HSL71.13º83.43%35.49%-
HSV(B)71.13º90.96%65.1%-
XYZ24.232.715.49-
YUV140.4157.22126.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=43.26%
G=52.04%
B=4.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166150.1700.910.3571.1383.4335.49
Hex8AA6F1105B23475323
Octal212246172101334310712343
Binary10001010101001101111100010101101110001110001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,15); }

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

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

 a { background-color: rgb(138,166,15); }

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

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

 span { border-color: rgb(138,166,15); }

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