Html Css Color HEX #0D9411 Islamic Green

📋 copy color: '#0D9411'

red 13 ◦ green 148 ◦ blue 17

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

Shades of Islamic Green #0D9411

Tints of Islamic Green #0D9411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 7.3%
G = 83.15%
B = 9.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#0D9411 (or 0x0D9411) is known color: Islamic Green. HEX triplet: 0D, 94 and 11. RGB value is (13,148,17). Sum of RGB (Red+Green+Blue) = 13+148+17=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 148 (58.20% from 255 or 83.15% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9411 is #F26BEE. Grayscale: #5D5D5D. Windows color (decimal): -15887343 or 1152013. OLE color: 1152013.

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

Color convert

RGB 13 148 17 -
CMYK 0.91 0 0.89 0.42
HSL 121.78º 0.84% 0.32% -
HSV(B) 121.78º 0.91% 0.58% -
XYZ 10.86 21.31 4.07 -
YUV 92.7 85.27 71.15 -
System Red Green Blue C M Y K H S L
Decimal 13 148 17 0.91 0 0.89 0.42 121.78 0.84 0.32
Hex D 94 11 5B 0 59 2A 7A 54 20
Octal 15 224 21 133 0 131 52 172 124 40
Binary 1101 10010100 10001 1011011 0 1011001 101010 1111010 1010100 100000

Color Harmonies of #0D9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9411

Black with #0D9411

Text Example


Text Example

White with #0D9411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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