Html Css Color HEX #0FC00C Islamic Green

📋 copy color: '#0FC00C'

red 15 ◦ green 192 ◦ blue 12

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

Shades of Islamic Green #0FC00C

Tints of Islamic Green #0FC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 87.67%

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

R = 6.85%
G = 87.67%
B = 5.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#0FC00C (or 0x0FC00C) is known color: Islamic Green. HEX triplet: 0F, C0 and 0C. RGB value is (15,192,12). Sum of RGB (Red+Green+Blue) = 15+192+12=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC00C is #F03FF3. Grayscale: #777777. Windows color (decimal): -15745012 or 835599. OLE color: 835599.

HSL color Cylindrical-coordinate representation of color #0FC00C: hue angle of 119º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC00C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 12 -
CMYK 0.92 0 0.94 0.25
HSL 119º 0.88% 0.4% -
HSV(B) 119º 0.94% 0.75% -
XYZ 19.11 37.83 6.64 -
YUV 118.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 15 192 12 0.92 0 0.94 0.25 119 0.88 0.4
Hex F C0 C 5C 0 5E 19 77 58 28
Octal 17 300 14 134 0 136 31 167 130 50
Binary 1111 11000000 1100 1011100 0 1011110 11001 1110111 1011000 101000

Color Harmonies of #0FC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC00C

Black with #0FC00C

Text Example


Text Example

White with #0FC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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