#0F954C

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

Shades of Pigment Green #0F954C

Tints of Pigment Green #0F954C

Color information

#0F954C (or 0x0F954C) is unknown color: approx Pigment Green. HEX triplet: 0F, 95 and 4C. RGB value is (15,149,76). Sum of RGB (Red+Green+Blue) = 15+149+76=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #0F954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F954C is #F06AB3. Grayscale: #646464. Windows color (decimal): -15755956 or 5018895. OLE color: 5018895.

HSL color Cylindrical-coordinate representation of color #0F954C: hue angle of 147.31º 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 #0F954C is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1514976-
CMYK0.9000.490.42
HSL147.31º81.71%32.16%-
HSV(B)147.31º89.93%58.43%-
XYZ12.2522.1210.46-
YUV100.61114.1166.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 149 (58.59% from 255) = 62.08%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=6.25%
G=62.08%
B=31.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149760.9000.490.42147.3181.7132.16
HexF954C5A0312A935220
Octal172251141320615222312240
Binary111110010101100110010110100110001101010100100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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