Html Css Color HEX #0FBC01 Islamic Green

📋 copy color: '#0FBC01'

red 15 ◦ green 188 ◦ blue 1

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

Shades of Islamic Green #0FBC01

Tints of Islamic Green #0FBC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 7.35%
G = 92.16%
B = 0.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#0FBC01 (or 0x0FBC01) is known color: Islamic Green. HEX triplet: 0F, BC and 01. RGB value is (15,188,1). Sum of RGB (Red+Green+Blue) = 15+188+1=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC01 is #F043FE. Grayscale: #737373. Windows color (decimal): -15746047 or 113679. OLE color: 113679.

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

Color convert

RGB 15 188 1 -
CMYK 0.92 0 0.99 0.26
HSL 115.51º 0.99% 0.37% -
HSV(B) 115.51º 0.99% 0.74% -
XYZ 18.19 36.07 6.03 -
YUV 114.96 63.69 56.71 -
System Red Green Blue C M Y K H S L
Decimal 15 188 1 0.92 0 0.99 0.26 115.51 0.99 0.37
Hex F BC 1 5C 0 63 1A 74 63 25
Octal 17 274 1 134 0 143 32 164 143 45
Binary 1111 10111100 1 1011100 0 1100011 11010 1110100 1100011 100101

Color Harmonies of #0FBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC01

Black with #0FBC01

Text Example


Text Example

White with #0FBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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