Html Css Color HEX #0F9E14 Islamic Green

📋 copy color: '#0F9E14'

red 15 ◦ green 158 ◦ blue 20

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

Shades of Islamic Green #0F9E14

Tints of Islamic Green #0F9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 81.87%

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

R = 7.77%
G = 81.87%
B = 10.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#0F9E14 (or 0x0F9E14) is known color: Islamic Green. HEX triplet: 0F, 9E and 14. RGB value is (15,158,20). Sum of RGB (Red+Green+Blue) = 15+158+20=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 158 (62.11% from 255 or 81.87% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9E14 is #F061EB. Grayscale: #636363. Windows color (decimal): -15753708 or 1351183. OLE color: 1351183.

HSL color Cylindrical-coordinate representation of color #0F9E14: hue angle of 122.1º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9E14 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 158 20 -
CMYK 0.91 0 0.87 0.38
HSL 122.1º 0.83% 0.34% -
HSV(B) 122.1º 0.91% 0.62% -
XYZ 12.55 24.61 4.75 -
YUV 99.51 83.12 67.72 -
System Red Green Blue C M Y K H S L
Decimal 15 158 20 0.91 0 0.87 0.38 122.1 0.83 0.34
Hex F 9E 14 5B 0 57 26 7A 53 22
Octal 17 236 24 133 0 127 46 172 123 42
Binary 1111 10011110 10100 1011011 0 1010111 100110 1111010 1010011 100010

Color Harmonies of #0F9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9E14

Black with #0F9E14

Text Example


Text Example

White with #0F9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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