Html Css Color HEX #0FAD10 Islamic Green

📋 copy color: '#0FAD10'

red 15 ◦ green 173 ◦ blue 16

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

Shades of Islamic Green #0FAD10

Tints of Islamic Green #0FAD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 7.35%
G = 84.8%
B = 7.84%

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

#0FAD10 (or 0x0FAD10) is known color: Islamic Green. HEX triplet: 0F, AD and 10. RGB value is (15,173,16). Sum of RGB (Red+Green+Blue) = 15+173+16=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 173 (67.97% from 255 or 84.80% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD10 is #F052EF. Grayscale: #6C6C6C. Windows color (decimal): -15749872 or 1092879. OLE color: 1092879.

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

Color convert

RGB 15 173 16 -
CMYK 0.91 0 0.91 0.32
HSL 120.38º 0.84% 0.37% -
HSV(B) 120.38º 0.91% 0.68% -
XYZ 15.23 30.03 5.48 -
YUV 107.86 76.15 61.77 -
System Red Green Blue C M Y K H S L
Decimal 15 173 16 0.91 0 0.91 0.32 120.38 0.84 0.37
Hex F AD 10 5B 0 5B 20 78 54 25
Octal 17 255 20 133 0 133 40 170 124 45
Binary 1111 10101101 10000 1011011 0 1011011 100000 1111000 1010100 100101

Color Harmonies of #0FAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD10

Black with #0FAD10

Text Example


Text Example

White with #0FAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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