#0F9C39

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

Shades of Pigment Green #0F9C39

Tints of Pigment Green #0F9C39

Color information

#0F9C39 (or 0x0F9C39) is unknown color: approx Pigment Green. HEX triplet: 0F, 9C and 39. RGB value is (15,156,57). Sum of RGB (Red+Green+Blue) = 15+156+57=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 156 (61.33% from 255 or 68.42% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C39 is #F063C6. Grayscale: #666666. Windows color (decimal): -15754183 or 3775503. OLE color: 3775503.

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

Color convert

RGB1515657-
CMYK0.9000.630.39
HSL137.87º82.46%33.53%-
HSV(B)137.87º90.38%61.18%-
XYZ12.8224.177.86-
YUV102.56102.2965.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 156 (61.33% from 255) = 68.42%
BLUE value IS 57 (22.66% from 255) = 25%
R=6.58%
G=68.42%
B=25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156570.9000.630.39137.8782.4633.53
HexF9C395A03F278a5222
Octal17234711320774721212242
Binary11111001110011100110110100111111100111100010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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