#0f9a53

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

Shades of Pigment Green #0F9A53

Tints of Pigment Green #0F9A53

Color information

#0F9A53 (or 0x0F9A53) is unknown color: approx Pigment Green. HEX triplet: 0F, 9A and 53. RGB value is (15,154,83). Sum of RGB (Red+Green+Blue) = 15+154+83=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9A53 is #F065AC. Grayscale: #686868. Windows color (decimal): -15754669 or 5478927. OLE color: 5478927.

HSL color Cylindrical-coordinate representation of color #0F9A53: hue angle of 149.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9A53 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB1515483-
CMYK0.9000.460.40
HSL149.35º82.25%33.14%-
HSV(B)149.35º90.26%60.39%-
XYZ13.3123.8412.08-
YUV104.34115.9564.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 154 (60.55% from 255) = 61.11%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=5.95%
G=61.11%
B=32.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15154830.9000.460.40149.3582.2533.14
HexF9A535A02E28955221
Octal172321231320565022512241
Binary111110011010101001110110100101110101000100101011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,154,83); }

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

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

 a { background-color: rgb(15,154,83); }

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

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

 span { border-color: rgb(15,154,83); }

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