Html Css Color HEX #0FC101 Islamic Green

📋 copy color: '#0FC101'

red 15 ◦ green 193 ◦ blue 1

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

Shades of Islamic Green #0FC101

Tints of Islamic Green #0FC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 92.34%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 7.18%
G = 92.34%
B = 0.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0FC101 (or 0x0FC101) is known color: Islamic Green. HEX triplet: 0F, C1 and 01. RGB value is (15,193,1). Sum of RGB (Red+Green+Blue) = 15+193+1=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 193 (75.78% from 255 or 92.34% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC101 is #F03EFE. Grayscale: #767676. Windows color (decimal): -15744767 or 114959. OLE color: 114959.

HSL color Cylindrical-coordinate representation of color #0FC101: hue angle of 115.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FC101 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 193 1 -
CMYK 0.92 0 0.99 0.24
HSL 115.63º 0.99% 0.38% -
HSV(B) 115.63º 0.99% 0.76% -
XYZ 19.27 38.24 6.39 -
YUV 117.89 62.03 54.61 -
System Red Green Blue C M Y K H S L
Decimal 15 193 1 0.92 0 0.99 0.24 115.63 0.99 0.38
Hex F C1 1 5C 0 63 18 74 63 26
Octal 17 301 1 134 0 143 30 164 143 46
Binary 1111 11000001 1 1011100 0 1100011 11000 1110100 1100011 100110

Color Harmonies of #0FC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC101

Black with #0FC101

Text Example


Text Example

White with #0FC101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,193,1); }

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

background-color css

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

 a { background-color: rgb(15,193,1); }

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

border-color css

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

 span { border-color: rgb(15,193,1); }

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