Html Css Color HEX #0F9312 Islamic Green

📋 copy color: '#0F9312'

red 15 ◦ green 147 ◦ blue 18

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

Shades of Islamic Green #0F9312

Tints of Islamic Green #0F9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 81.67%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 8.33%
G = 81.67%
B = 10%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#0F9312 (or 0x0F9312) is known color: Islamic Green. HEX triplet: 0F, 93 and 12. RGB value is (15,147,18). Sum of RGB (Red+Green+Blue) = 15+147+18=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 147 (57.81% from 255 or 81.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9312 is #F06CED. Grayscale: #5D5D5D. Windows color (decimal): -15756526 or 1217295. OLE color: 1217295.

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

Color convert

RGB 15 147 18 -
CMYK 0.90 0 0.88 0.42
HSL 121.36º 0.81% 0.32% -
HSV(B) 121.36º 0.9% 0.58% -
XYZ 10.74 21.01 4.06 -
YUV 92.83 85.77 72.49 -
System Red Green Blue C M Y K H S L
Decimal 15 147 18 0.90 0 0.88 0.42 121.36 0.81 0.32
Hex F 93 12 5A 0 58 2A 79 51 20
Octal 17 223 22 132 0 130 52 171 121 40
Binary 1111 10010011 10010 1011010 0 1011000 101010 1111001 1010001 100000

Color Harmonies of #0F9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9312

Black with #0F9312

Text Example


Text Example

White with #0F9312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,147,18); }

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

background-color css

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

 a { background-color: rgb(15,147,18); }

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

border-color css

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

 span { border-color: rgb(15,147,18); }

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