#8BC20F

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

Shades of Citrus #8BC20F

Tints of Citrus #8BC20F

Color information

#8BC20F (or 0x8BC20F) is unknown color: approx Citrus. HEX triplet: 8B, C2 and 0F. RGB value is (139,194,15). Sum of RGB (Red+Green+Blue) = 139+194+15=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC20F is #743DF0. Grayscale: #9D9D9D. Windows color (decimal): -7618033 or 1032843. OLE color: 1032843.

HSL color Cylindrical-coordinate representation of color #8BC20F: hue angle of 78.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BC20F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB13919415-
CMYK0.2800.920.24
HSL78.44º85.65%40.98%-
HSV(B)78.44º92.27%76.08%-
XYZ30.0344.117.38-
YUV157.1547.78115.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 194 (76.17% from 255) = 55.75%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=39.94%
G=55.75%
B=4.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139194150.2800.920.2478.4485.6540.98
Hex8BC2F1C05C184e5629
Octal213302173401343011612651
Binary1000101111000010111111100010111001100010011101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,15); }

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

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

 a { background-color: rgb(139,194,15); }

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

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

 span { border-color: rgb(139,194,15); }

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