#0F953B

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

Shades of Pigment Green #0F953B

Tints of Pigment Green #0F953B

Color information

#0F953B (or 0x0F953B) is unknown color: approx Pigment Green. HEX triplet: 0F, 95 and 3B. RGB value is (15,149,59). Sum of RGB (Red+Green+Blue) = 15+149+59=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #0F953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F953B is #F06AC4. Grayscale: #626262. Windows color (decimal): -15755973 or 3904783. OLE color: 3904783.

HSL color Cylindrical-coordinate representation of color #0F953B: hue angle of 139.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F953B is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1514959-
CMYK0.9000.600.42
HSL139.7º81.71%32.16%-
HSV(B)139.7º89.93%58.43%-
XYZ11.7321.917.75-
YUV98.67105.6168.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 149 (58.59% from 255) = 66.82%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=6.73%
G=66.82%
B=26.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149590.9000.600.42139.781.7132.16
HexF953B5A03C2A8c5220
Octal17225731320745221412240
Binary11111001010111101110110100111100101010100011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,149,59); }

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

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

 a { background-color: rgb(15,149,59); }

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

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

 span { border-color: rgb(15,149,59); }

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