Html Css Color HEX #0DA003 Islamic Green

📋 copy color: '#0DA003'

red 13 ◦ green 160 ◦ blue 3

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

Shades of Islamic Green #0DA003

Tints of Islamic Green #0DA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 90.91%

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 7.39%
G = 90.91%
B = 1.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#0DA003 (or 0x0DA003) is known color: Islamic Green. HEX triplet: 0D, A0 and 03. RGB value is (13,160,3). Sum of RGB (Red+Green+Blue) = 13+160+3=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 160 (62.89% from 255 or 90.91% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA003 is #F25FFC. Grayscale: #626262. Windows color (decimal): -15884285 or 237581. OLE color: 237581.

HSL color Cylindrical-coordinate representation of color #0DA003: hue angle of 116.18º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DA003 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 160 3 -
CMYK 0.92 0 0.98 0.37
HSL 116.18º 0.96% 0.32% -
HSV(B) 116.18º 0.98% 0.63% -
XYZ 12.75 25.23 4.28 -
YUV 98.15 74.3 67.27 -
System Red Green Blue C M Y K H S L
Decimal 13 160 3 0.92 0 0.98 0.37 116.18 0.96 0.32
Hex D A0 3 5C 0 62 25 74 60 20
Octal 15 240 3 134 0 142 45 164 140 40
Binary 1101 10100000 11 1011100 0 1100010 100101 1110100 1100000 100000

Color Harmonies of #0DA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA003

Black with #0DA003

Text Example


Text Example

White with #0DA003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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