#08BC54

Color #08BC54 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08BC54

Tints of Pigment Green #08BC54

Color information

#08BC54 (or 0x08BC54) is unknown color: approx Pigment Green. HEX triplet: 08, BC and 54. RGB value is (8,188,84). Sum of RGB (Red+Green+Blue) = 8+188+84=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC54 is #F743AB. Grayscale: #7A7A7A. Windows color (decimal): -16204716 or 5553160. OLE color: 5553160.

HSL color Cylindrical-coordinate representation of color #08BC54: hue angle of 145.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC54 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB818884-
CMYK0.9600.550.26
HSL145.33º91.84%38.43%-
HSV(B)145.33º95.74%73.73%-
XYZ19.6836.6614.43-
YUV122.32106.3746.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 188 (73.83% from 255) = 67.14%
BLUE value IS 84 (33.20% from 255) = 30%
R=2.86%
G=67.14%
B=30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8188840.9600.550.26145.3391.8438.43
Hex8BC54600371A915c26
Octal102741241400673222113446
Binary10001011110010101001100000011011111010100100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BC54; }

 p { color: rgb(8,188,84); }

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

<style>
 a { background-color: #08BC54; }

 a { background-color: rgb(8,188,84); }

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

<style>
 span { border-color: #08BC54; }

 span { border-color: rgb(8,188,84); }

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