Html Css Color HEX #0F970C Islamic Green

📋 copy color: '#0F970C'

red 15 ◦ green 151 ◦ blue 12

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

Shades of Islamic Green #0F970C

Tints of Islamic Green #0F970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 84.83%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 8.43%
G = 84.83%
B = 6.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#0F970C (or 0x0F970C) is known color: Islamic Green. HEX triplet: 0F, 97 and 0C. RGB value is (15,151,12). Sum of RGB (Red+Green+Blue) = 15+151+12=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 151 (59.38% from 255 or 84.83% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 151 - color contains mainly: green. Hex color #0F970C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F970C is #F068F3. Grayscale: #5E5E5E. Windows color (decimal): -15755508 or 825103. OLE color: 825103.

HSL color Cylindrical-coordinate representation of color #0F970C: hue angle of 118.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F970C is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 151 12 -
CMYK 0.90 0 0.92 0.41
HSL 118.71º 0.85% 0.32% -
HSV(B) 118.71º 0.92% 0.59% -
XYZ 11.33 22.26 4.05 -
YUV 94.49 81.44 71.3 -
System Red Green Blue C M Y K H S L
Decimal 15 151 12 0.90 0 0.92 0.41 118.71 0.85 0.32
Hex F 97 C 5A 0 5C 29 77 55 20
Octal 17 227 14 132 0 134 51 167 125 40
Binary 1111 10010111 1100 1011010 0 1011100 101001 1110111 1010101 100000

Color Harmonies of #0F970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F970C

Black with #0F970C

Text Example


Text Example

White with #0F970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,151,12); }

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

background-color css

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

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

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

border-color css

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

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

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