#0F9C55

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

Shades of Pigment Green #0F9C55

Tints of Pigment Green #0F9C55

Color information

#0F9C55 (or 0x0F9C55) is unknown color: approx Pigment Green. HEX triplet: 0F, 9C and 55. RGB value is (15,156,85). Sum of RGB (Red+Green+Blue) = 15+156+85=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C55 is #F063AA. Grayscale: #696969. Windows color (decimal): -15754155 or 5610511. OLE color: 5610511.

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

Color convert

RGB1515685-
CMYK0.9000.460.39
HSL149.79º82.46%33.53%-
HSV(B)149.79º90.38%61.18%-
XYZ13.7324.5312.61-
YUV105.75116.2963.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 156 (61.33% from 255) = 60.94%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=5.86%
G=60.94%
B=33.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156850.9000.460.39149.7982.4633.53
HexF9C555A02E27965222
Octal172341251320564722612242
Binary111110011100101010110110100101110100111100101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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