#0FB419

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

Shades of Islamic Green #0FB419

Tints of Islamic Green #0FB419

Color information

#0FB419 (or 0x0FB419) is unknown color: approx Islamic Green. HEX triplet: 0F, B4 and 19. RGB value is (15,180,25). Sum of RGB (Red+Green+Blue) = 15+180+25=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 180 (70.70% from 255 or 81.82% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB419 is #F04BE6. Grayscale: #717171. Windows color (decimal): -15748071 or 1684495. OLE color: 1684495.

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

Color convert

RGB1518025-
CMYK0.9200.860.29
HSL123.64º84.62%38.24%-
HSV(B)123.64º91.67%70.59%-
XYZ16.6932.816.37-
YUV112.9978.3458.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 180 (70.70% from 255) = 81.82%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=6.82%
G=81.82%
B=11.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15180250.9200.860.29123.6484.6238.24
HexFB4195C0561D7c5526
Octal172643113401263517412546
Binary111110110100110011011100010101101110111111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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