#0FB002

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

Shades of Islamic Green #0FB002

Tints of Islamic Green #0FB002

Color information

#0FB002 (or 0x0FB002) is unknown color: approx Islamic Green. HEX triplet: 0F, B0 and 02. RGB value is (15,176,2). Sum of RGB (Red+Green+Blue) = 15+176+2=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 176 (69.14% from 255 or 91.19% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB002 is #F04FFD. Grayscale: #6C6C6C. Windows color (decimal): -15749118 or 176143. OLE color: 176143.

HSL color Cylindrical-coordinate representation of color #0FB002: hue angle of 115.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FB002 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB151762-
CMYK0.9100.990.31
HSL115.52º97.75%34.9%-
HSV(B)115.52º98.86%69.02%-
XYZ15.7331.165.24-
YUV108.0268.1661.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 176 (69.14% from 255) = 91.19%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=7.77%
G=91.19%
B=1.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1517620.9100.990.31115.5297.7534.9
HexFB025B0631F746223
Octal17260213301433716414243
Binary111110110000101011011011000111111111101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,176,2); }

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

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

 a { background-color: rgb(15,176,2); }

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

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

 span { border-color: rgb(15,176,2); }

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