Html Css Color HEX #0FBC00 Islamic Green

📋 copy color: '#0FBC00'

red 15 ◦ green 188 ◦ blue 0

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

Shades of Islamic Green #0FBC00

Tints of Islamic Green #0FBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 92.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.39%
G = 92.61%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#0FBC00 (or 0x0FBC00) is known color: Islamic Green. HEX triplet: 0F, BC and 00. RGB value is (15,188,0). Sum of RGB (Red+Green+Blue) = 15+188+0=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 188 (73.83% from 255 or 92.61% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC00 is #F043FF. Grayscale: #737373. Windows color (decimal): -15746048 or 48143. OLE color: 48143.

HSL color Cylindrical-coordinate representation of color #0FBC00: hue angle of 115.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FBC00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 0 -
CMYK 0.92 0 1 0.26
HSL 115.21º 1% 0.37% -
HSV(B) 115.21º 1% 0.74% -
XYZ 18.18 36.07 6 -
YUV 114.84 63.19 56.79 -
System Red Green Blue C M Y K H S L
Decimal 15 188 0 0.92 0 1 0.26 115.21 1 0.37
Hex F BC 0 5C 0 64 1A 73 64 25
Octal 17 274 0 134 0 144 32 163 144 45
Binary 1111 10111100 0 1011100 0 1100100 11010 1110011 1100100 100101

Color Harmonies of #0FBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC00

Black with #0FBC00

Text Example


Text Example

White with #0FBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,0); }

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

background-color css

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

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

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

border-color css

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

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

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