#0F8D03

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

Shades of Islamic Green #0F8D03

Tints of Islamic Green #0F8D03

Color information

#0F8D03 (or 0x0F8D03) is unknown color: approx Islamic Green. HEX triplet: 0F, 8D and 03. RGB value is (15,141,3). Sum of RGB (Red+Green+Blue) = 15+141+3=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 141 (55.47% from 255 or 88.68% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8D03 is #F072FC. Grayscale: #585858. Windows color (decimal): -15758077 or 232719. OLE color: 232719.

HSL color Cylindrical-coordinate representation of color #0F8D03: hue angle of 114.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F8D03 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB151413-
CMYK0.8900.980.45
HSL114.78º95.83%28.24%-
HSV(B)114.78º97.87%55.29%-
XYZ9.7419.163.27-
YUV87.5980.2676.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 141 (55.47% from 255) = 88.68%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=9.43%
G=88.68%
B=1.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1514130.8900.980.45114.7895.8328.24
HexF8D3590622D73601c
Octal17215313101425516314034
Binary111110001101111011001011000101011011110011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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