Html Css Color HEX #0FBC03 Islamic Green

📋 copy color: '#0FBC03'

red 15 ◦ green 188 ◦ blue 3

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

Shades of Islamic Green #0FBC03

Tints of Islamic Green #0FBC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 7.28%
G = 91.26%
B = 1.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#0FBC03 (or 0x0FBC03) is known color: Islamic Green. HEX triplet: 0F, BC and 03. RGB value is (15,188,3). Sum of RGB (Red+Green+Blue) = 15+188+3=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC03 is #F043FC. Grayscale: #737373. Windows color (decimal): -15746045 or 244751. OLE color: 244751.

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

Color convert

RGB 15 188 3 -
CMYK 0.92 0 0.98 0.26
HSL 116.11º 0.97% 0.37% -
HSV(B) 116.11º 0.98% 0.74% -
XYZ 18.2 36.07 6.09 -
YUV 115.18 64.69 56.54 -
System Red Green Blue C M Y K H S L
Decimal 15 188 3 0.92 0 0.98 0.26 116.11 0.97 0.37
Hex F BC 3 5C 0 62 1A 74 61 25
Octal 17 274 3 134 0 142 32 164 141 45
Binary 1111 10111100 11 1011100 0 1100010 11010 1110100 1100001 100101

Color Harmonies of #0FBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC03

Black with #0FBC03

Text Example


Text Example

White with #0FBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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