#0FBD58

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

Shades of Pigment Green #0FBD58

Tints of Pigment Green #0FBD58

Color information

#0FBD58 (or 0x0FBD58) is unknown color: approx Pigment Green. HEX triplet: 0F, BD and 58. RGB value is (15,189,88). Sum of RGB (Red+Green+Blue) = 15+189+88=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD58 is #F042A7. Grayscale: #7D7D7D. Windows color (decimal): -15745704 or 5815567. OLE color: 5815567.

HSL color Cylindrical-coordinate representation of color #0FBD58: hue angle of 145.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD58 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1518988-
CMYK0.9200.530.26
HSL145.17º85.29%40%-
HSV(B)145.17º92.06%74.12%-
XYZ20.1637.215.35-
YUV125.46106.8549.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 189 (74.22% from 255) = 64.73%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=5.14%
G=64.73%
B=30.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15189880.9200.530.26145.1785.2940
HexFBD585C0351A915528
Octal172751301340653222112550
Binary11111011110110110001011100011010111010100100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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