#8DA810

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

Shades of Citron #8DA810

Tints of Citron #8DA810

Color information

#8DA810 (or 0x8DA810) is unknown color: approx Citron. HEX triplet: 8D, A8 and 10. RGB value is (141,168,16). Sum of RGB (Red+Green+Blue) = 141+168+16=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA810 is #7257EF. Grayscale: #8F8F8F. Windows color (decimal): -7493616 or 1091725. OLE color: 1091725.

HSL color Cylindrical-coordinate representation of color #8DA810: hue angle of 70.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DA810 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB14116816-
CMYK0.1600.900.34
HSL70.66º82.61%36.08%-
HSV(B)70.66º90.48%65.88%-
XYZ25.0833.715.67-
YUV142.656.55126.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=43.38%
G=51.69%
B=4.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141168160.1600.900.3470.6682.6136.08
Hex8DA8101005A22475324
Octal215250202001324210712344
Binary100011011010100010000100000101101010001010001111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,16); }

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

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

 a { background-color: rgb(141,168,16); }

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

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

 span { border-color: rgb(141,168,16); }

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