#0FB459

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

Shades of Pigment Green #0FB459

Tints of Pigment Green #0FB459

Color information

#0FB459 (or 0x0FB459) is unknown color: approx Pigment Green. HEX triplet: 0F, B4 and 59. RGB value is (15,180,89). Sum of RGB (Red+Green+Blue) = 15+180+89=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB459 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB459 is #F04BA6. Grayscale: #787878. Windows color (decimal): -15748007 or 5878799. OLE color: 5878799.

HSL color Cylindrical-coordinate representation of color #0FB459: hue angle of 146.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB459 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1518089-
CMYK0.9200.510.29
HSL146.91º84.62%38.24%-
HSV(B)146.91º91.67%70.59%-
XYZ18.3233.4714.95-
YUV120.29110.3452.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 180 (70.70% from 255) = 63.38%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=5.28%
G=63.38%
B=31.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15180890.9200.510.29146.9184.6238.24
HexFB4595C0331D935526
Octal172641311340633522312546
Binary11111011010010110011011100011001111101100100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,180,89); }

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

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

 a { background-color: rgb(15,180,89); }

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

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

 span { border-color: rgb(15,180,89); }

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