Html Css Color HEX #0FC010 Islamic Green

📋 copy color: '#0FC010'

red 15 ◦ green 192 ◦ blue 16

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

Shades of Islamic Green #0FC010

Tints of Islamic Green #0FC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 6.73%
G = 86.1%
B = 7.17%

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

#0FC010 (or 0x0FC010) is known color: Islamic Green. HEX triplet: 0F, C0 and 10. RGB value is (15,192,16). Sum of RGB (Red+Green+Blue) = 15+192+16=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC010 is #F03FEF. Grayscale: #777777. Windows color (decimal): -15745008 or 1097743. OLE color: 1097743.

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

Color convert

RGB 15 192 16 -
CMYK 0.92 0 0.92 0.25
HSL 120.34º 0.86% 0.41% -
HSV(B) 120.34º 0.92% 0.75% -
XYZ 19.14 37.84 6.78 -
YUV 119.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 15 192 16 0.92 0 0.92 0.25 120.34 0.86 0.41
Hex F C0 10 5C 0 5C 19 78 56 29
Octal 17 300 20 134 0 134 31 170 126 51
Binary 1111 11000000 10000 1011100 0 1011100 11001 1111000 1010110 101001

Color Harmonies of #0FC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC010

Black with #0FC010

Text Example


Text Example

White with #0FC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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