#0FB552

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

Shades of Pigment Green #0FB552

Tints of Pigment Green #0FB552

Color information

#0FB552 (or 0x0FB552) is unknown color: approx Pigment Green. HEX triplet: 0F, B5 and 52. RGB value is (15,181,82). Sum of RGB (Red+Green+Blue) = 15+181+82=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB552 is #F04AAD. Grayscale: #787878. Windows color (decimal): -15747758 or 5420303. OLE color: 5420303.

HSL color Cylindrical-coordinate representation of color #0FB552: hue angle of 144.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB552 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1518182-
CMYK0.9200.550.29
HSL144.22º84.69%38.43%-
HSV(B)144.22º91.71%70.98%-
XYZ18.2433.7613.54-
YUV120.08106.553.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.40%
GREEN value IS 181 (71.09% from 255) = 65.11%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=5.40%
G=65.11%
B=29.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181820.9200.550.29144.2284.6938.43
HexFB5525C0371D905526
Octal172651221340673522012546
Binary11111011010110100101011100011011111101100100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,82); }

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

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

 a { background-color: rgb(15,181,82); }

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

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

 span { border-color: rgb(15,181,82); }

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