Html Css Color HEX #0F980D Islamic Green

📋 copy color: '#0F980D'

red 15 ◦ green 152 ◦ blue 13

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

Shades of Islamic Green #0F980D

Tints of Islamic Green #0F980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 84.44%

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

R = 8.33%
G = 84.44%
B = 7.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#0F980D (or 0x0F980D) is known color: Islamic Green. HEX triplet: 0F, 98 and 0D. RGB value is (15,152,13). Sum of RGB (Red+Green+Blue) = 15+152+13=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #0F980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F980D is #F067F2. Grayscale: #5F5F5F. Windows color (decimal): -15755251 or 890895. OLE color: 890895.

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

Color convert

RGB 15 152 13 -
CMYK 0.90 0 0.91 0.40
HSL 119.14º 0.84% 0.32% -
HSV(B) 119.14º 0.91% 0.6% -
XYZ 11.5 22.59 4.13 -
YUV 95.19 81.61 70.8 -
System Red Green Blue C M Y K H S L
Decimal 15 152 13 0.90 0 0.91 0.40 119.14 0.84 0.32
Hex F 98 D 5A 0 5B 28 77 54 20
Octal 17 230 15 132 0 133 50 167 124 40
Binary 1111 10011000 1101 1011010 0 1011011 101000 1110111 1010100 100000

Color Harmonies of #0F980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F980D

Black with #0F980D

Text Example


Text Example

White with #0F980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,152,13); }

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

background-color css

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

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

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

border-color css

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

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

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