Html Css Color HEX #0FC211 Islamic Green

📋 copy color: '#0FC211'

red 15 ◦ green 194 ◦ blue 17

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

Shades of Islamic Green #0FC211

Tints of Islamic Green #0FC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 85.84%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 6.64%
G = 85.84%
B = 7.52%

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

#0FC211 (or 0x0FC211) is known color: Islamic Green. HEX triplet: 0F, C2 and 11. RGB value is (15,194,17). Sum of RGB (Red+Green+Blue) = 15+194+17=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 194 (76.17% from 255 or 85.84% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC211 is #F03DEE. Grayscale: #787878. Windows color (decimal): -15744495 or 1163791. OLE color: 1163791.

HSL color Cylindrical-coordinate representation of color #0FC211: hue angle of 120.67º 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 #0FC211 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 194 17 -
CMYK 0.92 0 0.91 0.24
HSL 120.67º 0.86% 0.41% -
HSV(B) 120.67º 0.92% 0.76% -
XYZ 19.59 38.73 6.97 -
YUV 120.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 15 194 17 0.92 0 0.91 0.24 120.67 0.86 0.41
Hex F C2 11 5C 0 5B 18 79 56 29
Octal 17 302 21 134 0 133 30 171 126 51
Binary 1111 11000010 10001 1011100 0 1011011 11000 1111001 1010110 101001

Color Harmonies of #0FC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC211

Black with #0FC211

Text Example


Text Example

White with #0FC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,17); }

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

background-color css

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

 a { background-color: rgb(15,194,17); }

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

border-color css

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

 span { border-color: rgb(15,194,17); }

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