Html Css Color HEX #0F940C Islamic Green

📋 copy color: '#0F940C'

red 15 ◦ green 148 ◦ blue 12

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

Shades of Islamic Green #0F940C

Tints of Islamic Green #0F940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 8.57%
G = 84.57%
B = 6.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#0F940C (or 0x0F940C) is known color: Islamic Green. HEX triplet: 0F, 94 and 0C. RGB value is (15,148,12). Sum of RGB (Red+Green+Blue) = 15+148+12=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940C is #F06BF3. Grayscale: #5D5D5D. Windows color (decimal): -15756276 or 824335. OLE color: 824335.

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

Color convert

RGB 15 148 12 -
CMYK 0.90 0 0.92 0.42
HSL 118.68º 0.85% 0.31% -
HSV(B) 118.68º 0.92% 0.58% -
XYZ 10.85 21.31 3.89 -
YUV 92.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 15 148 12 0.90 0 0.92 0.42 118.68 0.85 0.31
Hex F 94 C 5A 0 5C 2A 77 55 1F
Octal 17 224 14 132 0 134 52 167 125 37
Binary 1111 10010100 1100 1011010 0 1011100 101010 1110111 1010101 11111

Color Harmonies of #0F940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F940C

Black with #0F940C

Text Example


Text Example

White with #0F940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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