#0FC20A

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

Shades of Islamic Green #0FC20A

Tints of Islamic Green #0FC20A

Color information

#0FC20A (or 0x0FC20A) is unknown color: approx Islamic Green. HEX triplet: 0F, C2 and 0A. RGB value is (15,194,10). Sum of RGB (Red+Green+Blue) = 15+194+10=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 194 (76.17% from 255 or 88.58% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC20A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC20A is #F03DF5. Grayscale: #787878. Windows color (decimal): -15744502 or 705039. OLE color: 705039.

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

Color convert

RGB1519410-
CMYK0.9200.950.24
HSL118.37º90.2%40%-
HSV(B)118.37º94.85%76.08%-
XYZ19.5438.716.73-
YUV119.566.253.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 194 (76.17% from 255) = 88.58%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=6.85%
G=88.58%
B=4.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194100.9200.950.24118.3790.240
HexFC2A5C05F18765a28
Octal173021213401373016613250
Binary11111100001010101011100010111111100011101101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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