#0DA51B

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

Shades of Islamic Green #0DA51B

Tints of Islamic Green #0DA51B

Color information

#0DA51B (or 0x0DA51B) is unknown color: approx Islamic Green. HEX triplet: 0D, A5 and 1B. RGB value is (13,165,27). Sum of RGB (Red+Green+Blue) = 13+165+27=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA51B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA51B is #F25AE4. Grayscale: #686868. Windows color (decimal): -15882981 or 1811725. OLE color: 1811725.

HSL color Cylindrical-coordinate representation of color #0DA51B: hue angle of 125.53º 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 #0DA51B is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1316527-
CMYK0.9200.840.35
HSL125.53º85.39%34.9%-
HSV(B)125.53º92.12%64.71%-
XYZ13.8227.075.53-
YUV103.8284.6463.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 165 (64.84% from 255) = 80.49%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=6.34%
G=80.49%
B=13.17%

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
Decimal13165270.9200.840.35125.5385.3934.9
HexDA51B5C054237e5523
Octal152453313401244317612543
Binary1101101001011101110111000101010010001111111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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