#8BC112

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

Shades of Citrus #8BC112

Tints of Citrus #8BC112

Color information

#8BC112 (or 0x8BC112) is unknown color: approx Citrus. HEX triplet: 8B, C1 and 12. RGB value is (139,193,18). Sum of RGB (Red+Green+Blue) = 139+193+18=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC112 is #743EED. Grayscale: #9D9D9D. Windows color (decimal): -7618286 or 1229195. OLE color: 1229195.

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

Color convert

RGB13919318-
CMYK0.2800.910.24
HSL78.51º82.94%41.37%-
HSV(B)78.51º90.67%75.69%-
XYZ29.8343.677.43-
YUV156.949.61115.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 193 (75.78% from 255) = 55.14%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=39.71%
G=55.14%
B=5.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139193180.2800.910.2478.5182.9441.37
Hex8BC1121C05B184f5329
Octal213301223401333011712351
Binary10001011110000011001011100010110111100010011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,193,18); }

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

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

 a { background-color: rgb(139,193,18); }

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

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

 span { border-color: rgb(139,193,18); }

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