#8DA026

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

Shades of Citron #8DA026

Tints of Citron #8DA026

Color information

#8DA026 (or 0x8DA026) is unknown color: approx Citron. HEX triplet: 8D, A0 and 26. RGB value is (141,160,38). Sum of RGB (Red+Green+Blue) = 141+160+38=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA026 is #725FD9. Grayscale: #8C8C8C. Windows color (decimal): -7495642 or 2531469. OLE color: 2531469.

HSL color Cylindrical-coordinate representation of color #8DA026: hue angle of 69.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DA026 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB14116038-
CMYK0.1200.760.37
HSL69.34º61.62%38.82%-
HSV(B)69.34º76.25%62.75%-
XYZ23.9130.946.55-
YUV140.4170.21128.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=41.59%
G=47.20%
B=11.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141160380.1200.760.3769.3461.6238.82
Hex8DA026C04C25453e27
Octal21524046140114451057647
Binary10001101101000001001101100010011001001011000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,38); }

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

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

 a { background-color: rgb(141,160,38); }

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

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

 span { border-color: rgb(141,160,38); }

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