#0FC213

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

Shades of Islamic Green #0FC213

Tints of Islamic Green #0FC213

Color information

#0FC213 (or 0x0FC213) is unknown color: approx Islamic Green. HEX triplet: 0F, C2 and 13. RGB value is (15,194,19). Sum of RGB (Red+Green+Blue) = 15+194+19=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC213 is #F03DEC. Grayscale: #797979. Windows color (decimal): -15744493 or 1294863. OLE color: 1294863.

HSL color Cylindrical-coordinate representation of color #0FC213: hue angle of 121.34º 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 #0FC213 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1519419-
CMYK0.9200.900.24
HSL121.34º85.65%40.98%-
HSV(B)121.34º92.27%76.08%-
XYZ19.6138.737.06-
YUV120.5370.752.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 194 (76.17% from 255) = 85.09%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=6.58%
G=85.09%
B=8.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194190.9200.900.24121.3485.6540.98
HexFC2135C05A18795629
Octal173022313401323017112651
Binary111111000010100111011100010110101100011110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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