Html Css Color HEX #0FC112 Islamic Green

📋 copy color: '#0FC112'

red 15 ◦ green 193 ◦ blue 18

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

Shades of Islamic Green #0FC112

Tints of Islamic Green #0FC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 6.64%
G = 85.4%
B = 7.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#0FC112 (or 0x0FC112) is known color: Islamic Green. HEX triplet: 0F, C1 and 12. RGB value is (15,193,18). Sum of RGB (Red+Green+Blue) = 15+193+18=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 193 (75.78% from 255 or 85.40% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC112 is #F03EED. Grayscale: #787878. Windows color (decimal): -15744750 or 1229071. OLE color: 1229071.

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

Color convert

RGB 15 193 18 -
CMYK 0.92 0 0.91 0.24
HSL 121.01º 0.86% 0.41% -
HSV(B) 121.01º 0.92% 0.76% -
XYZ 19.38 38.29 6.94 -
YUV 119.83 70.53 53.23 -
System Red Green Blue C M Y K H S L
Decimal 15 193 18 0.92 0 0.91 0.24 121.01 0.86 0.41
Hex F C1 12 5C 0 5B 18 79 56 29
Octal 17 301 22 134 0 133 30 171 126 51
Binary 1111 11000001 10010 1011100 0 1011011 11000 1111001 1010110 101001

Color Harmonies of #0FC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC112

Black with #0FC112

Text Example


Text Example

White with #0FC112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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