Html Css Color HEX #0FC212 Islamic Green

📋 copy color: '#0FC212'

red 15 ◦ green 194 ◦ blue 18

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

Shades of Islamic Green #0FC212

Tints of Islamic Green #0FC212

RGB

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

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

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

R = 6.61%
G = 85.46%
B = 7.93%

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

#0FC212 (or 0x0FC212) is known color: Islamic Green. HEX triplet: 0F, C2 and 12. RGB value is (15,194,18). Sum of RGB (Red+Green+Blue) = 15+194+18=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 194 (76.17% from 255 or 85.46% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC212 is #F03DED. Grayscale: #787878. Windows color (decimal): -15744494 or 1229327. OLE color: 1229327.

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

Color convert

RGB 15 194 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.6 38.73 7.01 -
YUV 120.42 70.2 52.81 -
System Red Green Blue C M Y K H S L
Decimal 15 194 18 0.92 0 0.91 0.24 121.01 0.86 0.41
Hex F C2 12 5C 0 5B 18 79 56 29
Octal 17 302 22 134 0 133 30 171 126 51
Binary 1111 11000010 10010 1011100 0 1011011 11000 1111001 1010110 101001

Color Harmonies of #0FC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC212

Black with #0FC212

Text Example


Text Example

White with #0FC212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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