Html Css Color HEX #0FC00F Islamic Green

📋 copy color: '#0FC00F'

red 15 ◦ green 192 ◦ blue 15

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

Shades of Islamic Green #0FC00F

Tints of Islamic Green #0FC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 86.49%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 6.76%
G = 86.49%
B = 6.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#0FC00F (or 0x0FC00F) is known color: Islamic Green. HEX triplet: 0F, C0 and 0F. RGB value is (15,192,15). Sum of RGB (Red+Green+Blue) = 15+192+15=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 192 (75.39% from 255 or 86.49% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC00F is #F03FF0. Grayscale: #777777. Windows color (decimal): -15745009 or 1032207. OLE color: 1032207.

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

Color convert

RGB 15 192 15 -
CMYK 0.92 0 0.92 0.25
HSL 120º 0.86% 0.41% -
HSV(B) 120º 0.92% 0.75% -
XYZ 19.13 37.84 6.75 -
YUV 118.9 69.36 53.89 -
System Red Green Blue C M Y K H S L
Decimal 15 192 15 0.92 0 0.92 0.25 120 0.86 0.41
Hex F C0 F 5C 0 5C 19 78 56 29
Octal 17 300 17 134 0 134 31 170 126 51
Binary 1111 11000000 1111 1011100 0 1011100 11001 1111000 1010110 101001

Color Harmonies of #0FC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC00F

Black with #0FC00F

Text Example


Text Example

White with #0FC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,15); }

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

background-color css

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

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

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

border-color css

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

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

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