Html Css Color HEX #0F940D Islamic Green

📋 copy color: '#0F940D'

red 15 ◦ green 148 ◦ blue 13

#0F940D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0F940D

Tints of Islamic Green #0F940D

RGB

 RED value IS 15 (6.25% from 255) = 8.52%

 GREEN value IS 148 (58.2% from 255) = 84.09%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 8.52%
G = 84.09%
B = 7.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#0F940D (or 0x0F940D) is known color: Islamic Green. HEX triplet: 0F, 94 and 0D. RGB value is (15,148,13). Sum of RGB (Red+Green+Blue) = 15+148+13=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 148 (58.20% from 255 or 84.09% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940D is #F06BF2. Grayscale: #5D5D5D. Windows color (decimal): -15756275 or 889871. OLE color: 889871.

HSL color Cylindrical-coordinate representation of color #0F940D: hue angle of 119.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F940D is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 13 -
CMYK 0.90 0 0.91 0.42
HSL 119.11º 0.84% 0.32% -
HSV(B) 119.11º 0.91% 0.58% -
XYZ 10.86 21.31 3.92 -
YUV 92.84 82.94 72.48 -
System Red Green Blue C M Y K H S L
Decimal 15 148 13 0.90 0 0.91 0.42 119.11 0.84 0.32
Hex F 94 D 5A 0 5B 2A 77 54 20
Octal 17 224 15 132 0 133 52 167 124 40
Binary 1111 10010100 1101 1011010 0 1011011 101010 1110111 1010100 100000

Color Harmonies of #0F940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F940D

Black with #0F940D

Text Example


Text Example

White with #0F940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F940D;
 }
 .AnyTagClassName
 {
   color: #0F940D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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