Html Css Color HEX #0D990A Islamic Green

📋 copy color: '#0D990A'

red 13 ◦ green 153 ◦ blue 10

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

Shades of Islamic Green #0D990A

Tints of Islamic Green #0D990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 7.39%
G = 86.93%
B = 5.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#0D990A (or 0x0D990A) is known color: Islamic Green. HEX triplet: 0D, 99 and 0A. RGB value is (13,153,10). Sum of RGB (Red+Green+Blue) = 13+153+10=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 153 (60.16% from 255 or 86.93% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 153 - color contains mainly: green. Hex color #0D990A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D990A is #F266F5. Grayscale: #5F5F5F. Windows color (decimal): -15886070 or 694541. OLE color: 694541.

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

Color convert

RGB 13 153 10 -
CMYK 0.92 0 0.93 0.4
HSL 118.74º 0.88% 0.32% -
HSV(B) 118.74º 0.93% 0.6% -
XYZ 11.61 22.89 4.09 -
YUV 94.84 80.12 69.63 -
System Red Green Blue C M Y K H S L
Decimal 13 153 10 0.92 0 0.93 0.4 118.74 0.88 0.32
Hex D 99 A 5C 0 5D 28 77 58 20
Octal 15 231 12 134 0 135 50 167 130 40
Binary 1101 10011001 1010 1011100 0 1011101 101000 1110111 1011000 100000

Color Harmonies of #0D990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D990A

Black with #0D990A

Text Example


Text Example

White with #0D990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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