#0FB702

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

Shades of Islamic Green #0FB702

Tints of Islamic Green #0FB702

Color information

#0FB702 (or 0x0FB702) is unknown color: approx Islamic Green. HEX triplet: 0F, B7 and 02. RGB value is (15,183,2). Sum of RGB (Red+Green+Blue) = 15+183+2=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 183 (71.88% from 255 or 91.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB702 is #F048FD. Grayscale: #707070. Windows color (decimal): -15747326 or 177935. OLE color: 177935.

HSL color Cylindrical-coordinate representation of color #0FB702: hue angle of 115.69º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FB702 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB151832-
CMYK0.9200.990.28
HSL115.69º97.84%36.27%-
HSV(B)115.69º98.91%71.76%-
XYZ17.1433.975.71-
YUV112.1365.8458.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 183 (71.88% from 255) = 91.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=7.5%
G=91.5%
B=1%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1518320.9200.990.28115.6997.8436.27
HexFB725C0631C746224
Octal17267213401433416414244
Binary111110110111101011100011000111110011101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,183,2); }

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

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

 a { background-color: rgb(15,183,2); }

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

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

 span { border-color: rgb(15,183,2); }

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