#0F9C50

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

Shades of Pigment Green #0F9C50

Tints of Pigment Green #0F9C50

Color information

#0F9C50 (or 0x0F9C50) is unknown color: approx Pigment Green. HEX triplet: 0F, 9C and 50. RGB value is (15,156,80). Sum of RGB (Red+Green+Blue) = 15+156+80=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C50 is #F063AF. Grayscale: #696969. Windows color (decimal): -15754160 or 5282831. OLE color: 5282831.

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

Color convert

RGB1515680-
CMYK0.9000.490.39
HSL147.66º82.46%33.53%-
HSV(B)147.66º90.38%61.18%-
XYZ13.5324.4611.6-
YUV105.18113.7963.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.98%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=5.98%
G=62.15%
B=31.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156800.9000.490.39147.6682.4633.53
HexF9C505A03127945222
Octal172341201320614722412242
Binary111110011100101000010110100110001100111100101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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