Html Css Color HEX #0FC00B Islamic Green

📋 copy color: '#0FC00B'

red 15 ◦ green 192 ◦ blue 11

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

Shades of Islamic Green #0FC00B

Tints of Islamic Green #0FC00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 6.88%
G = 88.07%
B = 5.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#0FC00B (or 0x0FC00B) is known color: Islamic Green. HEX triplet: 0F, C0 and 0B. RGB value is (15,192,11). Sum of RGB (Red+Green+Blue) = 15+192+11=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC00B is #F03FF4. Grayscale: #767676. Windows color (decimal): -15745013 or 770063. OLE color: 770063.

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

Color convert

RGB 15 192 11 -
CMYK 0.92 0 0.94 0.25
HSL 118.67º 0.89% 0.4% -
HSV(B) 118.67º 0.94% 0.75% -
XYZ 19.11 37.82 6.61 -
YUV 118.44 67.36 54.22 -
System Red Green Blue C M Y K H S L
Decimal 15 192 11 0.92 0 0.94 0.25 118.67 0.89 0.4
Hex F C0 B 5C 0 5E 19 77 59 28
Octal 17 300 13 134 0 136 31 167 131 50
Binary 1111 11000000 1011 1011100 0 1011110 11001 1110111 1011001 101000

Color Harmonies of #0FC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC00B

Black with #0FC00B

Text Example


Text Example

White with #0FC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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