Html Css Color HEX #0F9B0C Islamic Green

📋 copy color: '#0F9B0C'

red 15 ◦ green 155 ◦ blue 12

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

Shades of Islamic Green #0F9B0C

Tints of Islamic Green #0F9B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 85.16%

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

R = 8.24%
G = 85.16%
B = 6.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#0F9B0C (or 0x0F9B0C) is known color: Islamic Green. HEX triplet: 0F, 9B and 0C. RGB value is (15,155,12). Sum of RGB (Red+Green+Blue) = 15+155+12=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 155 (60.94% from 255 or 85.16% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9B0C is #F064F3. Grayscale: #616161. Windows color (decimal): -15754484 or 826127. OLE color: 826127.

HSL color Cylindrical-coordinate representation of color #0F9B0C: hue angle of 118.74º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9B0C is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 155 12 -
CMYK 0.90 0 0.92 0.39
HSL 118.74º 0.86% 0.33% -
HSV(B) 118.74º 0.92% 0.61% -
XYZ 11.98 23.57 4.27 -
YUV 96.84 80.12 69.63 -
System Red Green Blue C M Y K H S L
Decimal 15 155 12 0.90 0 0.92 0.39 118.74 0.86 0.33
Hex F 9B C 5A 0 5C 27 77 56 21
Octal 17 233 14 132 0 134 47 167 126 41
Binary 1111 10011011 1100 1011010 0 1011100 100111 1110111 1010110 100001

Color Harmonies of #0F9B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B0C

Black with #0F9B0C

Text Example


Text Example

White with #0F9B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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