Html Css Color HEX #03AD0D Islamic Green

📋 copy color: '#03AD0D'

red 3 ◦ green 173 ◦ blue 13

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

Shades of Islamic Green #03AD0D

Tints of Islamic Green #03AD0D

RGB

 RED value IS 3 (1.56% from 255) = 1.59%

 GREEN value IS 173 (67.97% from 255) = 91.53%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 1.59%
G = 91.53%
B = 6.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#03AD0D (or 0x03AD0D) is known color: Islamic Green. HEX triplet: 03, AD and 0D. RGB value is (3,173,13). Sum of RGB (Red+Green+Blue) = 3+173+13=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 173 (67.97% from 255 or 91.53% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AD0D is #FC52F2. Grayscale: #686868. Windows color (decimal): -16536307 or 896259. OLE color: 896259.

HSL color Cylindrical-coordinate representation of color #03AD0D: hue angle of 123.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD0D is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 13 -
CMYK 0.98 0 0.92 0.32
HSL 123.53º 0.97% 0.35% -
HSV(B) 123.53º 0.98% 0.68% -
XYZ 15.05 29.94 5.37 -
YUV 103.93 76.68 56.01 -
System Red Green Blue C M Y K H S L
Decimal 3 173 13 0.98 0 0.92 0.32 123.53 0.97 0.35
Hex 3 AD D 62 0 5C 20 7C 61 23
Octal 3 255 15 142 0 134 40 174 141 43
Binary 11 10101101 1101 1100010 0 1011100 100000 1111100 1100001 100011

Color Harmonies of #03AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD0D

Black with #03AD0D

Text Example


Text Example

White with #03AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AD0D; }

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

 H1.HeaderClassName
 {
   color: #03AD0D;
 }
 .AnyTagClassName
 {
   color: #03AD0D;
 }
</style>

background-color css

<style>
 a { background-color: #03AD0D; }

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

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

border-color css

<style>
 span { border-color: #03AD0D; }

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

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