#8DA10C

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

Shades of Citron #8DA10C

Tints of Citron #8DA10C

Color information

#8DA10C (or 0x8DA10C) is unknown color: approx Citron. HEX triplet: 8D, A1 and 0C. RGB value is (141,161,12). Sum of RGB (Red+Green+Blue) = 141+161+12=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA10C is #725EF3. Grayscale: #8A8A8A. Windows color (decimal): -7495412 or 827789. OLE color: 827789.

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

Color convert

RGB14116112-
CMYK0.1200.930.37
HSL68.05º86.13%33.92%-
HSV(B)68.05º92.55%63.14%-
XYZ23.831.185.11-
YUV138.0356.87130.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=44.90%
G=51.27%
B=3.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161120.1200.930.3768.0586.1333.92
Hex8DA1CC05D25445622
Octal215241141401354510412642
Binary1000110110100001110011000101110110010110001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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