#8BC60D

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

Shades of Citrus #8BC60D

Tints of Citrus #8BC60D

Color information

#8BC60D (or 0x8BC60D) is unknown color: approx Citrus. HEX triplet: 8B, C6 and 0D. RGB value is (139,198,13). Sum of RGB (Red+Green+Blue) = 139+198+13=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC60D is #7439F2. Grayscale: #9F9F9F. Windows color (decimal): -7617011 or 902795. OLE color: 902795.

HSL color Cylindrical-coordinate representation of color #8BC60D: hue angle of 79.14º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BC60D is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB13919813-
CMYK0.3000.930.22
HSL79.14º87.68%41.37%-
HSV(B)79.14º93.43%77.65%-
XYZ30.9145.917.61-
YUV159.2745.45113.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 198 (77.73% from 255) = 56.57%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=39.71%
G=56.57%
B=3.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139198130.3000.930.2279.1487.6841.37
Hex8BC6D1E05D164f5829
Octal213306153601352611713051
Binary1000101111000110110111110010111011011010011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,13); }

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

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

 a { background-color: rgb(139,198,13); }

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

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

 span { border-color: rgb(139,198,13); }

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