#8DA50C

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

Shades of Citron #8DA50C

Tints of Citron #8DA50C

Color information

#8DA50C (or 0x8DA50C) is unknown color: approx Citron. HEX triplet: 8D, A5 and 0C. RGB value is (141,165,12). Sum of RGB (Red+Green+Blue) = 141+165+12=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA50C is #725AF3. Grayscale: #8C8C8C. Windows color (decimal): -7494388 or 828813. OLE color: 828813.

HSL color Cylindrical-coordinate representation of color #8DA50C: hue angle of 69.41º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DA50C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB14116512-
CMYK0.1500.930.35
HSL69.41º86.44%34.71%-
HSV(B)69.41º92.73%64.71%-
XYZ24.5132.65.35-
YUV140.3855.55128.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 165 (64.84% from 255) = 51.89%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=44.34%
G=51.89%
B=3.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141165120.1500.930.3569.4186.4434.71
Hex8DA5CF05D23455623
Octal215245141701354310512643
Binary1000110110100101110011110101110110001110001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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