#0FB35A

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

Shades of Pigment Green #0FB35A

Tints of Pigment Green #0FB35A

Color information

#0FB35A (or 0x0FB35A) is unknown color: approx Pigment Green. HEX triplet: 0F, B3 and 5A. RGB value is (15,179,90). Sum of RGB (Red+Green+Blue) = 15+179+90=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB35A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB35A is #F04CA5. Grayscale: #787878. Windows color (decimal): -15748262 or 5944079. OLE color: 5944079.

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

Color convert

RGB1517990-
CMYK0.9200.500.30
HSL147.44º84.54%38.04%-
HSV(B)147.44º91.62%70.2%-
XYZ18.1633.0815.1-
YUV119.82111.1753.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 179 (70.31% from 255) = 63.03%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=5.28%
G=63.03%
B=31.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15179900.9200.500.30147.4484.5438.04
HexFB35A5C0321E935526
Octal172631321340623622312546
Binary11111011001110110101011100011001011110100100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,90); }

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

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

 a { background-color: rgb(15,179,90); }

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

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

 span { border-color: rgb(15,179,90); }

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