Html Css Color HEX #0DA90A Islamic Green

📋 copy color: '#0DA90A'

red 13 ◦ green 169 ◦ blue 10

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

Shades of Islamic Green #0DA90A

Tints of Islamic Green #0DA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 88.02%

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

R = 6.77%
G = 88.02%
B = 5.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#0DA90A (or 0x0DA90A) is known color: Islamic Green. HEX triplet: 0D, A9 and 0A. RGB value is (13,169,10). Sum of RGB (Red+Green+Blue) = 13+169+10=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 169 (66.41% from 255 or 88.02% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA90A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA90A is #F256F5. Grayscale: #686868. Windows color (decimal): -15881974 or 698637. OLE color: 698637.

HSL color Cylindrical-coordinate representation of color #0DA90A: hue angle of 118.87º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA90A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 10 -
CMYK 0.92 0 0.94 0.34
HSL 118.87º 0.89% 0.35% -
HSV(B) 118.87º 0.94% 0.66% -
XYZ 14.41 28.48 5.03 -
YUV 104.23 74.82 62.93 -
System Red Green Blue C M Y K H S L
Decimal 13 169 10 0.92 0 0.94 0.34 118.87 0.89 0.35
Hex D A9 A 5C 0 5E 22 77 59 23
Octal 15 251 12 134 0 136 42 167 131 43
Binary 1101 10101001 1010 1011100 0 1011110 100010 1110111 1011001 100011

Color Harmonies of #0DA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA90A

Black with #0DA90A

Text Example


Text Example

White with #0DA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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