Html Css Color HEX #0D9900 Islamic Green

📋 copy color: '#0D9900'

red 13 ◦ green 153 ◦ blue 0

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

Shades of Islamic Green #0D9900

Tints of Islamic Green #0D9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 92.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.83%
G = 92.17%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#0D9900 (or 0x0D9900) is known color: Islamic Green. HEX triplet: 0D, 99 and 00. RGB value is (13,153,0). Sum of RGB (Red+Green+Blue) = 13+153+0=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 153 (60.16% from 255 or 92.17% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9900 is #F266FF. Grayscale: #5E5E5E. Windows color (decimal): -15886080 or 39181. OLE color: 39181.

HSL color Cylindrical-coordinate representation of color #0D9900: hue angle of 114.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D9900 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 153 0 -
CMYK 0.92 0 1 0.4
HSL 114.9º 1% 0.3% -
HSV(B) 114.9º 1% 0.6% -
XYZ 11.56 22.87 3.8 -
YUV 93.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 13 153 0 0.92 0 1 0.4 114.9 1 0.3
Hex D 99 0 5C 0 64 28 73 64 1E
Octal 15 231 0 134 0 144 50 163 144 36
Binary 1101 10011001 0 1011100 0 1100100 101000 1110011 1100100 11110

Color Harmonies of #0D9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9900

Black with #0D9900

Text Example


Text Example

White with #0D9900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,153,0); }

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

background-color css

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

 a { background-color: rgb(13,153,0); }

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

border-color css

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

 span { border-color: rgb(13,153,0); }

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