Html Css Color HEX #0D9211 Islamic Green

📋 copy color: '#0D9211'

red 13 ◦ green 146 ◦ blue 17

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

Shades of Islamic Green #0D9211

Tints of Islamic Green #0D9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 82.95%

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

R = 7.39%
G = 82.95%
B = 9.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#0D9211 (or 0x0D9211) is known color: Islamic Green. HEX triplet: 0D, 92 and 11. RGB value is (13,146,17). Sum of RGB (Red+Green+Blue) = 13+146+17=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 146 (57.42% from 255 or 82.95% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9211 is #F26DEE. Grayscale: #5B5B5B. Windows color (decimal): -15887855 or 1151501. OLE color: 1151501.

HSL color Cylindrical-coordinate representation of color #0D9211: hue angle of 121.8º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9211 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 146 17 -
CMYK 0.91 0 0.88 0.43
HSL 121.8º 0.84% 0.31% -
HSV(B) 121.8º 0.91% 0.57% -
XYZ 10.55 20.68 3.97 -
YUV 91.53 85.94 71.99 -
System Red Green Blue C M Y K H S L
Decimal 13 146 17 0.91 0 0.88 0.43 121.8 0.84 0.31
Hex D 92 11 5B 0 58 2B 7A 54 1F
Octal 15 222 21 133 0 130 53 172 124 37
Binary 1101 10010010 10001 1011011 0 1011000 101011 1111010 1010100 11111

Color Harmonies of #0D9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9211

Black with #0D9211

Text Example


Text Example

White with #0D9211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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