#0F934C

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

Shades of Pigment Green #0F934C

Tints of Pigment Green #0F934C

Color information

#0F934C (or 0x0F934C) is unknown color: approx Pigment Green. HEX triplet: 0F, 93 and 4C. RGB value is (15,147,76). Sum of RGB (Red+Green+Blue) = 15+147+76=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #0F934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F934C is #F06CB3. Grayscale: #636363. Windows color (decimal): -15756468 or 5018383. OLE color: 5018383.

HSL color Cylindrical-coordinate representation of color #0F934C: hue angle of 147.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F934C is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1514776-
CMYK0.9000.480.42
HSL147.73º81.48%31.76%-
HSV(B)147.73º89.8%57.65%-
XYZ11.9421.4910.36-
YUV99.44114.7767.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 147 (57.81% from 255) = 61.76%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=6.30%
G=61.76%
B=31.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15147760.9000.480.42147.7381.4831.76
HexF934C5A0302A945120
Octal172231141320605222412140
Binary111110010011100110010110100110000101010100101001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,147,76); }

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

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

 a { background-color: rgb(15,147,76); }

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

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

 span { border-color: rgb(15,147,76); }

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