Html Css Color HEX #0E9F0C Islamic Green

📋 copy color: '#0E9F0C'

red 14 ◦ green 159 ◦ blue 12

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

Shades of Islamic Green #0E9F0C

Tints of Islamic Green #0E9F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 85.95%

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

R = 7.57%
G = 85.95%
B = 6.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#0E9F0C (or 0x0E9F0C) is known color: Islamic Green. HEX triplet: 0E, 9F and 0C. RGB value is (14,159,12). Sum of RGB (Red+Green+Blue) = 14+159+12=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 159 (62.5% from 255 or 85.95% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F0C is #F160F3. Grayscale: #636363. Windows color (decimal): -15818996 or 827150. OLE color: 827150.

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

Color convert

RGB 14 159 12 -
CMYK 0.91 0 0.92 0.38
HSL 119.18º 0.86% 0.34% -
HSV(B) 119.18º 0.92% 0.62% -
XYZ 12.65 24.92 4.49 -
YUV 98.89 78.96 67.45 -
System Red Green Blue C M Y K H S L
Decimal 14 159 12 0.91 0 0.92 0.38 119.18 0.86 0.34
Hex E 9F C 5B 0 5C 26 77 56 22
Octal 16 237 14 133 0 134 46 167 126 42
Binary 1110 10011111 1100 1011011 0 1011100 100110 1110111 1010110 100010

Color Harmonies of #0E9F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9F0C

Black with #0E9F0C

Text Example


Text Example

White with #0E9F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,159,12); }

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

background-color css

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

 a { background-color: rgb(14,159,12); }

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

border-color css

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

 span { border-color: rgb(14,159,12); }

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