Html Css Color HEX #0F9514 Islamic Green

📋 copy color: '#0F9514'

red 15 ◦ green 149 ◦ blue 20

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

Shades of Islamic Green #0F9514

Tints of Islamic Green #0F9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.98%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 8.15%
G = 80.98%
B = 10.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#0F9514 (or 0x0F9514) is known color: Islamic Green. HEX triplet: 0F, 95 and 14. RGB value is (15,149,20). Sum of RGB (Red+Green+Blue) = 15+149+20=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 149 (58.59% from 255 or 80.98% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9514 is #F06AEB. Grayscale: #5E5E5E. Windows color (decimal): -15756012 or 1348879. OLE color: 1348879.

HSL color Cylindrical-coordinate representation of color #0F9514: hue angle of 122.24º degrees, saturation: 0.82, 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 #0F9514 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 149 20 -
CMYK 0.90 0 0.87 0.42
HSL 122.24º 0.82% 0.32% -
HSV(B) 122.24º 0.9% 0.58% -
XYZ 11.07 21.65 4.26 -
YUV 94.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 15 149 20 0.90 0 0.87 0.42 122.24 0.82 0.32
Hex F 95 14 5A 0 57 2A 7A 52 20
Octal 17 225 24 132 0 127 52 172 122 40
Binary 1111 10010101 10100 1011010 0 1010111 101010 1111010 1010010 100000

Color Harmonies of #0F9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9514

Black with #0F9514

Text Example


Text Example

White with #0F9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,149,20); }

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

background-color css

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

 a { background-color: rgb(15,149,20); }

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

border-color css

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

 span { border-color: rgb(15,149,20); }

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