#0FB410

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

Shades of Islamic Green #0FB410

Tints of Islamic Green #0FB410

Color information

#0FB410 (or 0x0FB410) is unknown color: approx Islamic Green. HEX triplet: 0F, B4 and 10. RGB value is (15,180,16). Sum of RGB (Red+Green+Blue) = 15+180+16=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 180 (70.70% from 255 or 85.31% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB410 is #F04BEF. Grayscale: #707070. Windows color (decimal): -15748080 or 1094671. OLE color: 1094671.

HSL color Cylindrical-coordinate representation of color #0FB410: hue angle of 120.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB410 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1518016-
CMYK0.9200.910.29
HSL120.36º84.62%38.24%-
HSV(B)120.36º91.67%70.59%-
XYZ16.6132.785.94-
YUV111.9773.8458.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 180 (70.70% from 255) = 85.31%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=7.11%
G=85.31%
B=7.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15180160.9200.910.29120.3684.6238.24
HexFB4105C05B1D785526
Octal172642013401333517012546
Binary111110110100100001011100010110111110111110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,180,16); }

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

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

 a { background-color: rgb(15,180,16); }

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

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

 span { border-color: rgb(15,180,16); }

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