#0FB30C

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

Shades of Islamic Green #0FB30C

Tints of Islamic Green #0FB30C

Color information

#0FB30C (or 0x0FB30C) is unknown color: approx Islamic Green. HEX triplet: 0F, B3 and 0C. RGB value is (15,179,12). Sum of RGB (Red+Green+Blue) = 15+179+12=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 179 (70.31% from 255 or 86.89% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB30C is #F04CF3. Grayscale: #6F6F6F. Windows color (decimal): -15748340 or 832271. OLE color: 832271.

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

Color convert

RGB1517912-
CMYK0.9200.930.30
HSL118.92º87.43%37.45%-
HSV(B)118.92º93.3%70.2%-
XYZ16.3832.375.73-
YUV110.9372.1759.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 179 (70.31% from 255) = 86.89%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=7.28%
G=86.89%
B=5.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15179120.9200.930.30118.9287.4337.45
HexFB3C5C05D1E775725
Octal172631413401353616712745
Binary11111011001111001011100010111011111011101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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