Html Css Color HEX #03AD0F Islamic Green

📋 copy color: '#03AD0F'

red 3 ◦ green 173 ◦ blue 15

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

Shades of Islamic Green #03AD0F

Tints of Islamic Green #03AD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 1.57%
G = 90.58%
B = 7.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#03AD0F (or 0x03AD0F) is known color: Islamic Green. HEX triplet: 03, AD and 0F. RGB value is (3,173,15). Sum of RGB (Red+Green+Blue) = 3+173+15=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 173 (67.97% from 255 or 90.58% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AD0F is #FC52F0. Grayscale: #686868. Windows color (decimal): -16536305 or 1027331. OLE color: 1027331.

HSL color Cylindrical-coordinate representation of color #03AD0F: hue angle of 124.24º 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 #03AD0F is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 15 -
CMYK 0.98 0 0.91 0.32
HSL 124.24º 0.97% 0.35% -
HSV(B) 124.24º 0.98% 0.68% -
XYZ 15.07 29.94 5.44 -
YUV 104.16 77.68 55.85 -
System Red Green Blue C M Y K H S L
Decimal 3 173 15 0.98 0 0.91 0.32 124.24 0.97 0.35
Hex 3 AD F 62 0 5B 20 7C 61 23
Octal 3 255 17 142 0 133 40 174 141 43
Binary 11 10101101 1111 1100010 0 1011011 100000 1111100 1100001 100011

Color Harmonies of #03AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD0F

Black with #03AD0F

Text Example


Text Example

White with #03AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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