#0F9C3C

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

Shades of Pigment Green #0F9C3C

Tints of Pigment Green #0F9C3C

Color information

#0F9C3C (or 0x0F9C3C) is unknown color: approx Pigment Green. HEX triplet: 0F, 9C and 3C. RGB value is (15,156,60). Sum of RGB (Red+Green+Blue) = 15+156+60=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C3C is #F063C3. Grayscale: #676767. Windows color (decimal): -15754180 or 3972111. OLE color: 3972111.

HSL color Cylindrical-coordinate representation of color #0F9C3C: hue angle of 139.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C3C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1515660-
CMYK0.9000.620.39
HSL139.15º82.46%33.53%-
HSV(B)139.15º90.38%61.18%-
XYZ12.924.28.27-
YUV102.9103.7965.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 156 (61.33% from 255) = 67.53%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=6.49%
G=67.53%
B=25.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156600.9000.620.39139.1582.4633.53
HexF9C3C5A03E278b5222
Octal17234741320764721312242
Binary11111001110011110010110100111110100111100010111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,156,60); }

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

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

 a { background-color: rgb(15,156,60); }

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

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

 span { border-color: rgb(15,156,60); }

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