Html Css Color HEX #0D9F0E Islamic Green

📋 copy color: '#0D9F0E'

red 13 ◦ green 159 ◦ blue 14

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

Shades of Islamic Green #0D9F0E

Tints of Islamic Green #0D9F0E

RGB

 RED value IS 13 (5.47% from 255) = 6.99%

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

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 6.99%
G = 85.48%
B = 7.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#0D9F0E (or 0x0D9F0E) is known color: Islamic Green. HEX triplet: 0D, 9F and 0E. RGB value is (13,159,14). Sum of RGB (Red+Green+Blue) = 13+159+14=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 159 (62.5% from 255 or 85.48% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9F0E is #F260F1. Grayscale: #636363. Windows color (decimal): -15884530 or 958221. OLE color: 958221.

HSL color Cylindrical-coordinate representation of color #0D9F0E: hue angle of 120.41º degrees, saturation: 0.85, 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 #0D9F0E is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 159 14 -
CMYK 0.92 0 0.91 0.38
HSL 120.41º 0.85% 0.34% -
HSV(B) 120.41º 0.92% 0.62% -
XYZ 12.64 24.91 4.56 -
YUV 98.82 80.13 66.79 -
System Red Green Blue C M Y K H S L
Decimal 13 159 14 0.92 0 0.91 0.38 120.41 0.85 0.34
Hex D 9F E 5C 0 5B 26 78 55 22
Octal 15 237 16 134 0 133 46 170 125 42
Binary 1101 10011111 1110 1011100 0 1011011 100110 1111000 1010101 100010

Color Harmonies of #0D9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9F0E

Black with #0D9F0E

Text Example


Text Example

White with #0D9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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