#0FB858

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

Shades of Pigment Green #0FB858

Tints of Pigment Green #0FB858

Color information

#0FB858 (or 0x0FB858) is unknown color: approx Pigment Green. HEX triplet: 0F, B8 and 58. RGB value is (15,184,88). Sum of RGB (Red+Green+Blue) = 15+184+88=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB858 is #F047A7. Grayscale: #7A7A7A. Windows color (decimal): -15746984 or 5814287. OLE color: 5814287.

HSL color Cylindrical-coordinate representation of color #0FB858: hue angle of 145.92º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB858 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1518488-
CMYK0.9200.520.28
HSL145.92º84.92%39.02%-
HSV(B)145.92º91.85%72.16%-
XYZ19.135.0915-
YUV122.52108.5151.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 184 (72.27% from 255) = 64.11%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=5.23%
G=64.11%
B=30.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15184880.9200.520.28145.9284.9239.02
HexFB8585C0341C925527
Octal172701301340643422212547
Binary11111011100010110001011100011010011100100100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB858; }

 p { color: rgb(15,184,88); }

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

<style>
 a { background-color: #0FB858; }

 a { background-color: rgb(15,184,88); }

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

<style>
 span { border-color: #0FB858; }

 span { border-color: rgb(15,184,88); }

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