#0F9F4A

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

Shades of Pigment Green #0F9F4A

Tints of Pigment Green #0F9F4A

Color information

#0F9F4A (or 0x0F9F4A) is unknown color: approx Pigment Green. HEX triplet: 0F, 9F and 4A. RGB value is (15,159,74). Sum of RGB (Red+Green+Blue) = 15+159+74=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 159 (62.5% from 255 or 64.11% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F4A is #F060B5. Grayscale: #6A6A6A. Windows color (decimal): -15753398 or 4890383. OLE color: 4890383.

HSL color Cylindrical-coordinate representation of color #0F9F4A: hue angle of 144.58º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F4A is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1515974-
CMYK0.9100.530.38
HSL144.58º82.76%34.12%-
HSV(B)144.58º90.57%62.35%-
XYZ13.8325.3910.65-
YUV106.25109.7962.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 159 (62.5% from 255) = 64.11%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=6.05%
G=64.11%
B=29.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159740.9100.530.38144.5882.7634.12
HexF9F4A5B03526915322
Octal172371121330654622112342
Binary111110011111100101010110110110101100110100100011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,74); }

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

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

 a { background-color: rgb(15,159,74); }

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

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

 span { border-color: rgb(15,159,74); }

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