Html Css Color HEX #0FC20C Islamic Green

📋 copy color: '#0FC20C'

red 15 ◦ green 194 ◦ blue 12

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

Shades of Islamic Green #0FC20C

Tints of Islamic Green #0FC20C

RGB

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

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

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

R = 6.79%
G = 87.78%
B = 5.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#0FC20C (or 0x0FC20C) is known color: Islamic Green. HEX triplet: 0F, C2 and 0C. RGB value is (15,194,12). Sum of RGB (Red+Green+Blue) = 15+194+12=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 194 (76.17% from 255 or 87.78% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC20C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC20C is #F03DF3. Grayscale: #787878. Windows color (decimal): -15744500 or 836111. OLE color: 836111.

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

Color convert

RGB 15 194 12 -
CMYK 0.92 0 0.94 0.24
HSL 119.01º 0.88% 0.4% -
HSV(B) 119.01º 0.94% 0.76% -
XYZ 19.56 38.71 6.79 -
YUV 119.73 67.2 53.3 -
System Red Green Blue C M Y K H S L
Decimal 15 194 12 0.92 0 0.94 0.24 119.01 0.88 0.4
Hex F C2 C 5C 0 5E 18 77 58 28
Octal 17 302 14 134 0 136 30 167 130 50
Binary 1111 11000010 1100 1011100 0 1011110 11000 1110111 1011000 101000

Color Harmonies of #0FC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC20C

Black with #0FC20C

Text Example


Text Example

White with #0FC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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