#0DA51A

Color #0DA51A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0DA51A

Tints of Islamic Green #0DA51A

Color information

#0DA51A (or 0x0DA51A) is unknown color: approx Islamic Green. HEX triplet: 0D, A5 and 1A. RGB value is (13,165,26). Sum of RGB (Red+Green+Blue) = 13+165+26=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 165 (64.84% from 255 or 80.88% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA51A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA51A is #F25AE5. Grayscale: #686868. Windows color (decimal): -15882982 or 1746189. OLE color: 1746189.

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

Color convert

RGB1316526-
CMYK0.9200.840.35
HSL125.13º85.39%34.9%-
HSV(B)125.13º92.12%64.71%-
XYZ13.8127.075.47-
YUV103.7184.1463.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 165 (64.84% from 255) = 80.88%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=6.37%
G=80.88%
B=12.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13165260.9200.840.35125.1385.3934.9
HexDA51A5C054237d5523
Octal152453213401244317512543
Binary1101101001011101010111000101010010001111111011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA51A;
 }
 .AnyTagClassName
 {
   color: #0DA51A;
 }
</style>
background-color css

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

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

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

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

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

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