Html Css Color HEX #0E920F Islamic Green

📋 copy color: '#0E920F'

red 14 ◦ green 146 ◦ blue 15

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

Shades of Islamic Green #0E920F

Tints of Islamic Green #0E920F

RGB

 RED value IS 14 (5.86% from 255) = 8%

 GREEN value IS 146 (57.42% from 255) = 83.43%

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

R = 8%
G = 83.43%
B = 8.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#0E920F (or 0x0E920F) is known color: Islamic Green. HEX triplet: 0E, 92 and 0F. RGB value is (14,146,15). Sum of RGB (Red+Green+Blue) = 14+146+15=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #0E920F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E920F is #F16DF0. Grayscale: #5B5B5B. Windows color (decimal): -15822321 or 1020430. OLE color: 1020430.

HSL color Cylindrical-coordinate representation of color #0E920F: hue angle of 120.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E920F is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 15 -
CMYK 0.90 0 0.90 0.43
HSL 120.45º 0.83% 0.31% -
HSV(B) 120.45º 0.9% 0.57% -
XYZ 10.55 20.69 3.89 -
YUV 91.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 14 146 15 0.90 0 0.90 0.43 120.45 0.83 0.31
Hex E 92 F 5A 0 5A 2B 78 52 1F
Octal 16 222 17 132 0 132 53 170 122 37
Binary 1110 10010010 1111 1011010 0 1011010 101011 1111000 1010010 11111

Color Harmonies of #0E920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E920F

Black with #0E920F

Text Example


Text Example

White with #0E920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,15); }

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

background-color css

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

 a { background-color: rgb(14,146,15); }

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

border-color css

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

 span { border-color: rgb(14,146,15); }

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