Html Css Color HEX #0FAD0F Islamic Green

📋 copy color: '#0FAD0F'

red 15 ◦ green 173 ◦ blue 15

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

Shades of Islamic Green #0FAD0F

Tints of Islamic Green #0FAD0F

RGB

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

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

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

R = 7.39%
G = 85.22%
B = 7.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#0FAD0F (or 0x0FAD0F) is known color: Islamic Green. HEX triplet: 0F, AD and 0F. RGB value is (15,173,15). Sum of RGB (Red+Green+Blue) = 15+173+15=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 173 (67.97% from 255 or 85.22% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD0F is #F052F0. Grayscale: #6C6C6C. Windows color (decimal): -15749873 or 1027343. OLE color: 1027343.

HSL color Cylindrical-coordinate representation of color #0FAD0F: hue angle of 120º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD0F is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 15 -
CMYK 0.91 0 0.91 0.32
HSL 120º 0.84% 0.37% -
HSV(B) 120º 0.91% 0.68% -
XYZ 15.23 30.02 5.44 -
YUV 107.75 75.65 61.85 -
System Red Green Blue C M Y K H S L
Decimal 15 173 15 0.91 0 0.91 0.32 120 0.84 0.37
Hex F AD F 5B 0 5B 20 78 54 25
Octal 17 255 17 133 0 133 40 170 124 45
Binary 1111 10101101 1111 1011011 0 1011011 100000 1111000 1010100 100101

Color Harmonies of #0FAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD0F

Black with #0FAD0F

Text Example


Text Example

White with #0FAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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