#0FB15B

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

Shades of Pigment Green #0FB15B

Tints of Pigment Green #0FB15B

Color information

#0FB15B (or 0x0FB15B) is unknown color: approx Pigment Green. HEX triplet: 0F, B1 and 5B. RGB value is (15,177,91). Sum of RGB (Red+Green+Blue) = 15+177+91=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 177 (69.53% from 255 or 62.54% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB15B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB15B is #F04EA4. Grayscale: #767676. Windows color (decimal): -15748773 or 6009103. OLE color: 6009103.

HSL color Cylindrical-coordinate representation of color #0FB15B: hue angle of 148.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB15B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1517791-
CMYK0.9200.490.31
HSL148.15º84.38%37.65%-
HSV(B)148.15º91.53%69.41%-
XYZ17.8132.315.19-
YUV118.76112.3353.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 177 (69.53% from 255) = 62.54%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=5.30%
G=62.54%
B=32.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15177910.9200.490.31148.1584.3837.65
HexFB15B5C0311F945426
Octal172611331340613722412446
Binary11111011000110110111011100011000111111100101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,177,91); }

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

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

 a { background-color: rgb(15,177,91); }

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

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

 span { border-color: rgb(15,177,91); }

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