#0FBD0D

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

Shades of Islamic Green #0FBD0D

Tints of Islamic Green #0FBD0D

Color information

#0FBD0D (or 0x0FBD0D) is unknown color: approx Islamic Green. HEX triplet: 0F, BD and 0D. RGB value is (15,189,13). Sum of RGB (Red+Green+Blue) = 15+189+13=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 189 (74.22% from 255 or 87.10% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBD0D is #F042F2. Grayscale: #757575. Windows color (decimal): -15745779 or 900367. OLE color: 900367.

HSL color Cylindrical-coordinate representation of color #0FBD0D: hue angle of 119.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBD0D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1518913-
CMYK0.9200.930.26
HSL119.32º87.13%39.61%-
HSV(B)119.32º93.12%74.12%-
XYZ18.4736.536.46-
YUV116.9169.3555.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 189 (74.22% from 255) = 87.10%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=6.91%
G=87.10%
B=5.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15189130.9200.930.26119.3287.1339.61
HexFBDD5C05D1A775728
Octal172751513401353216712750
Binary11111011110111011011100010111011101011101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,13); }

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

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

 a { background-color: rgb(15,189,13); }

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

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

 span { border-color: rgb(15,189,13); }

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