Html Css Color HEX #0FAD03 Islamic Green

📋 copy color: '#0FAD03'

red 15 ◦ green 173 ◦ blue 3

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

Shades of Islamic Green #0FAD03

Tints of Islamic Green #0FAD03

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 15 173 3 -
CMYK 0.91 0 0.98 0.32
HSL 115.76º 0.97% 0.35% -
HSV(B) 115.76º 0.98% 0.68% -
XYZ 15.16 30 5.08 -
YUV 106.38 69.65 62.82 -
System Red Green Blue C M Y K H S L
Decimal 15 173 3 0.91 0 0.98 0.32 115.76 0.97 0.35
Hex F AD 3 5B 0 62 20 74 61 23
Octal 17 255 3 133 0 142 40 164 141 43
Binary 1111 10101101 11 1011011 0 1100010 100000 1110100 1100001 100011

Color Harmonies of #0FAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD03

Black with #0FAD03

Text Example


Text Example

White with #0FAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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