#0FC212

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

Shades of Islamic Green #0FC212

Tints of Islamic Green #0FC212

Color information

#0FC212 (or 0x0FC212) is unknown color: approx Islamic Green. HEX triplet: 0F, C2 and 12. RGB value is (15,194,18). Sum of RGB (Red+Green+Blue) = 15+194+18=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 194 (76.17% from 255 or 85.46% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC212 is #F03DED. Grayscale: #787878. Windows color (decimal): -15744494 or 1229327. OLE color: 1229327.

HSL color Cylindrical-coordinate representation of color #0FC212: hue angle of 121.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC212 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1519418-
CMYK0.9200.910.24
HSL121.01º85.65%40.98%-
HSV(B)121.01º92.27%76.08%-
XYZ19.638.737.01-
YUV120.4270.252.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 194 (76.17% from 255) = 85.46%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=6.61%
G=85.46%
B=7.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194180.9200.910.24121.0185.6540.98
HexFC2125C05B18795629
Octal173022213401333017112651
Binary111111000010100101011100010110111100011110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,194,18); }

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

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

 a { background-color: rgb(15,194,18); }

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

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

 span { border-color: rgb(15,194,18); }

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