#8DA116

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

Shades of Citron #8DA116

Tints of Citron #8DA116

Color information

#8DA116 (or 0x8DA116) is unknown color: approx Citron. HEX triplet: 8D, A1 and 16. RGB value is (141,161,22). Sum of RGB (Red+Green+Blue) = 141+161+22=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA116 is #725EE9. Grayscale: #8B8B8B. Windows color (decimal): -7495402 or 1483149. OLE color: 1483149.

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

Color convert

RGB14116122-
CMYK0.1200.860.37
HSL68.63º75.96%35.88%-
HSV(B)68.63º86.34%63.14%-
XYZ23.8731.215.52-
YUV139.1761.87129.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=43.52%
G=49.69%
B=6.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161220.1200.860.3768.6375.9635.88
Hex8DA116C05625454c24
Octal215241261401264510511444
Binary10001101101000011011011000101011010010110001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,22); }

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

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

 a { background-color: rgb(141,161,22); }

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

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

 span { border-color: rgb(141,161,22); }

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