#8DA326

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

Shades of Citron #8DA326

Tints of Citron #8DA326

Color information

#8DA326 (or 0x8DA326) is unknown color: approx Citron. HEX triplet: 8D, A3 and 26. RGB value is (141,163,38). Sum of RGB (Red+Green+Blue) = 141+163+38=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA326 is #725CD9. Grayscale: #8E8E8E. Windows color (decimal): -7494874 or 2532237. OLE color: 2532237.

HSL color Cylindrical-coordinate representation of color #8DA326: hue angle of 70.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DA326 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB14116338-
CMYK0.1300.770.36
HSL70.56º62.19%39.41%-
HSV(B)70.56º76.69%63.92%-
XYZ24.43326.72-
YUV142.1769.21127.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=41.23%
G=47.66%
B=11.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141163380.1300.770.3670.5662.1939.41
Hex8DA326D04D24473e27
Octal21524346150115441077647
Binary10001101101000111001101101010011011001001000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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