#0DAB03

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

Shades of Islamic Green #0DAB03

Tints of Islamic Green #0DAB03

Color information

#0DAB03 (or 0x0DAB03) is unknown color: approx Islamic Green. HEX triplet: 0D, AB and 03. RGB value is (13,171,3). Sum of RGB (Red+Green+Blue) = 13+171+3=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 171 (67.19% from 255 or 91.44% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB03 is #F254FC. Grayscale: #696969. Windows color (decimal): -15881469 or 240397. OLE color: 240397.

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

Color convert

RGB131713-
CMYK0.9200.980.33
HSL116.43º96.55%34.12%-
HSV(B)116.43º98.25%67.06%-
XYZ14.7529.224.95-
YUV104.6170.6562.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 171 (67.19% from 255) = 91.44%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=6.95%
G=91.44%
B=1.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1317130.9200.980.33116.4396.5534.12
HexDAB35C06221746122
Octal15253313401424116414142
Binary1101101010111110111000110001010000111101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,171,3); }

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

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

 a { background-color: rgb(13,171,3); }

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

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

 span { border-color: rgb(13,171,3); }

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