#0FB208

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

Shades of Islamic Green #0FB208

Tints of Islamic Green #0FB208

Color information

#0FB208 (or 0x0FB208) is unknown color: approx Islamic Green. HEX triplet: 0F, B2 and 08. RGB value is (15,178,8). Sum of RGB (Red+Green+Blue) = 15+178+8=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 178 (69.92% from 255 or 88.56% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB208 is #F04DF7. Grayscale: #6E6E6E. Windows color (decimal): -15748600 or 569871. OLE color: 569871.

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

Color convert

RGB151788-
CMYK0.9200.960.30
HSL117.53º91.4%36.47%-
HSV(B)117.53º95.51%69.8%-
XYZ16.1631.965.55-
YUV109.8870.560.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 178 (69.92% from 255) = 88.56%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=7.46%
G=88.56%
B=3.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1517880.9200.960.30117.5391.436.47
HexFB285C0601E765b24
Octal172621013401403616613344
Binary11111011001010001011100011000001111011101101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,178,8); }

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

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

 a { background-color: rgb(15,178,8); }

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

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

 span { border-color: rgb(15,178,8); }

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