#0F924F

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

Shades of Pigment Green #0F924F

Tints of Pigment Green #0F924F

Color information

#0F924F (or 0x0F924F) is unknown color: approx Pigment Green. HEX triplet: 0F, 92 and 4F. RGB value is (15,146,79). Sum of RGB (Red+Green+Blue) = 15+146+79=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #0F924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F924F is #F06DB0. Grayscale: #636363. Windows color (decimal): -15756721 or 5214735. OLE color: 5214735.

HSL color Cylindrical-coordinate representation of color #0F924F: hue angle of 149.31º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F924F is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB1514679-
CMYK0.9000.460.43
HSL149.31º81.37%31.57%-
HSV(B)149.31º89.73%57.25%-
XYZ11.8921.2210.87-
YUV99.19116.667.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 146 (57.42% from 255) = 60.83%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=6.25%
G=60.83%
B=32.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15146790.9000.460.43149.3181.3731.57
HexF924F5A02E2B955120
Octal172221171320565322512140
Binary111110010010100111110110100101110101011100101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,146,79); }

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

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

 a { background-color: rgb(15,146,79); }

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

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

 span { border-color: rgb(15,146,79); }

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