Html Css Color HEX #0D9412 Islamic Green

📋 copy color: '#0D9412'

red 13 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #0D9412

Tints of Islamic Green #0D9412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 7.26%
G = 82.68%
B = 10.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#0D9412 (or 0x0D9412) is known color: Islamic Green. HEX triplet: 0D, 94 and 12. RGB value is (13,148,18). Sum of RGB (Red+Green+Blue) = 13+148+18=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 148 (58.20% from 255 or 82.68% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9412 is #F26BED. Grayscale: #5D5D5D. Windows color (decimal): -15887342 or 1217549. OLE color: 1217549.

HSL color Cylindrical-coordinate representation of color #0D9412: hue angle of 122.22º 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 #0D9412 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 18 -
CMYK 0.91 0 0.88 0.42
HSL 122.22º 0.84% 0.32% -
HSV(B) 122.22º 0.91% 0.58% -
XYZ 10.87 21.31 4.11 -
YUV 92.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 13 148 18 0.91 0 0.88 0.42 122.22 0.84 0.32
Hex D 94 12 5B 0 58 2A 7A 54 20
Octal 15 224 22 133 0 130 52 172 124 40
Binary 1101 10010100 10010 1011011 0 1011000 101010 1111010 1010100 100000

Color Harmonies of #0D9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9412

Black with #0D9412

Text Example


Text Example

White with #0D9412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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