Html Css Color HEX #0DA505 Islamic Green

📋 copy color: '#0DA505'

red 13 ◦ green 165 ◦ blue 5

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

Shades of Islamic Green #0DA505

Tints of Islamic Green #0DA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 90.16%

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 7.1%
G = 90.16%
B = 2.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#0DA505 (or 0x0DA505) is known color: Islamic Green. HEX triplet: 0D, A5 and 05. RGB value is (13,165,5). Sum of RGB (Red+Green+Blue) = 13+165+5=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 165 (64.84% from 255 or 90.16% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA505 is #F25AFA. Grayscale: #656565. Windows color (decimal): -15883003 or 369933. OLE color: 369933.

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

Color convert

RGB 13 165 5 -
CMYK 0.92 0 0.97 0.35
HSL 117º 0.94% 0.33% -
HSV(B) 117º 0.97% 0.65% -
XYZ 13.65 27.01 4.64 -
YUV 101.31 73.64 65.01 -
System Red Green Blue C M Y K H S L
Decimal 13 165 5 0.92 0 0.97 0.35 117 0.94 0.33
Hex D A5 5 5C 0 61 23 75 5E 21
Octal 15 245 5 134 0 141 43 165 136 41
Binary 1101 10100101 101 1011100 0 1100001 100011 1110101 1011110 100001

Color Harmonies of #0DA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA505

Black with #0DA505

Text Example


Text Example

White with #0DA505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,165,5); }

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

background-color css

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

 a { background-color: rgb(13,165,5); }

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

border-color css

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

 span { border-color: rgb(13,165,5); }

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