#8AA10F

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

Shades of Citron #8AA10F

Tints of Citron #8AA10F

Color information

#8AA10F (or 0x8AA10F) is unknown color: approx Citron. HEX triplet: 8A, A1 and 0F. RGB value is (138,161,15). Sum of RGB (Red+Green+Blue) = 138+161+15=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA10F is #755EF0. Grayscale: #8A8A8A. Windows color (decimal): -7692017 or 1024394. OLE color: 1024394.

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

Color convert

RGB13816115-
CMYK0.1400.910.37
HSL69.45º82.95%34.51%-
HSV(B)69.45º90.68%63.14%-
XYZ23.3130.935.19-
YUV137.4858.88128.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=43.95%
G=51.27%
B=4.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161150.1400.910.3769.4582.9534.51
Hex8AA1FE05B25455323
Octal212241171601334510512343
Binary1000101010100001111111100101101110010110001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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