#8A8E15

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

Shades of Citron #8A8E15

Tints of Citron #8A8E15

Color information

#8A8E15 (or 0x8A8E15) is unknown color: approx Citron. HEX triplet: 8A, 8E and 15. RGB value is (138,142,21). Sum of RGB (Red+Green+Blue) = 138+142+21=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8E15 is #7571EA. Grayscale: #7F7F7F. Windows color (decimal): -7696875 or 1412746. OLE color: 1412746.

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

Color convert

RGB13814221-
CMYK0.0300.850.44
HSL61.98º74.23%31.96%-
HSV(B)61.98º85.21%55.69%-
XYZ20.2924.84.43-
YUV127.0168.17135.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=45.85%
G=47.18%
B=6.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142210.0300.850.4461.9874.2331.96
Hex8A8E1530552C3e4a20
Octal2122162530125547611240
Binary10001010100011101010111010101011011001111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,21); }

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

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

 a { background-color: rgb(138,142,21); }

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

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

 span { border-color: rgb(138,142,21); }

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