Html Css Color HEX #0D9414 Islamic Green

📋 copy color: '#0D9414'

red 13 ◦ green 148 ◦ blue 20

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

Shades of Islamic Green #0D9414

Tints of Islamic Green #0D9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 81.77%

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

R = 7.18%
G = 81.77%
B = 11.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#0D9414 (or 0x0D9414) is known color: Islamic Green. HEX triplet: 0D, 94 and 14. RGB value is (13,148,20). Sum of RGB (Red+Green+Blue) = 13+148+20=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 148 (58.20% from 255 or 81.77% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9414 is #F26BEB. Grayscale: #5D5D5D. Windows color (decimal): -15887340 or 1348621. OLE color: 1348621.

HSL color Cylindrical-coordinate representation of color #0D9414: hue angle of 123.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9414 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 20 -
CMYK 0.91 0 0.86 0.42
HSL 123.11º 0.84% 0.32% -
HSV(B) 123.11º 0.91% 0.58% -
XYZ 10.88 21.32 4.2 -
YUV 93.04 86.77 70.91 -
System Red Green Blue C M Y K H S L
Decimal 13 148 20 0.91 0 0.86 0.42 123.11 0.84 0.32
Hex D 94 14 5B 0 56 2A 7B 54 20
Octal 15 224 24 133 0 126 52 173 124 40
Binary 1101 10010100 10100 1011011 0 1010110 101010 1111011 1010100 100000

Color Harmonies of #0D9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9414

Black with #0D9414

Text Example


Text Example

White with #0D9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,148,20); }

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

background-color css

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

 a { background-color: rgb(13,148,20); }

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

border-color css

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

 span { border-color: rgb(13,148,20); }

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