#0FB103

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

Shades of Islamic Green #0FB103

Tints of Islamic Green #0FB103

Color information

#0FB103 (or 0x0FB103) is unknown color: approx Islamic Green. HEX triplet: 0F, B1 and 03. RGB value is (15,177,3). Sum of RGB (Red+Green+Blue) = 15+177+3=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 177 (69.53% from 255 or 90.77% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB103 is #F04EFC. Grayscale: #6D6D6D. Windows color (decimal): -15748861 or 241935. OLE color: 241935.

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

Color convert

RGB151773-
CMYK0.9200.980.31
HSL115.86º96.67%35.29%-
HSV(B)115.86º98.31%69.41%-
XYZ15.9431.555.34-
YUV108.7368.3361.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 177 (69.53% from 255) = 90.77%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=7.69%
G=90.77%
B=1.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1517730.9200.980.31115.8696.6735.29
HexFB135C0621F746123
Octal17261313401423716414143
Binary111110110001111011100011000101111111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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