#8CA60D

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

Shades of Citron #8CA60D

Tints of Citron #8CA60D

Color information

#8CA60D (or 0x8CA60D) is unknown color: approx Citron. HEX triplet: 8C, A6 and 0D. RGB value is (140,166,13). Sum of RGB (Red+Green+Blue) = 140+166+13=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA60D is #7359F2. Grayscale: #8D8D8D. Windows color (decimal): -7559667 or 894604. OLE color: 894604.

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

Color convert

RGB14016613-
CMYK0.1600.920.35
HSL70.2º85.47%35.1%-
HSV(B)70.2º92.17%65.1%-
XYZ24.5232.885.43-
YUV140.7855.89127.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=43.89%
G=52.04%
B=4.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166130.1600.920.3570.285.4735.1
Hex8CA6D1005C23465523
Octal214246152001344310612543
Binary10001100101001101101100000101110010001110001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,13); }

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

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

 a { background-color: rgb(140,166,13); }

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

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

 span { border-color: rgb(140,166,13); }

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