Html Css Color HEX #0FBC15 Islamic Green

📋 copy color: '#0FBC15'

red 15 ◦ green 188 ◦ blue 21

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

Shades of Islamic Green #0FBC15

Tints of Islamic Green #0FBC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 6.7%
G = 83.93%
B = 9.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#0FBC15 (or 0x0FBC15) is known color: Islamic Green. HEX triplet: 0F, BC and 15. RGB value is (15,188,21). Sum of RGB (Red+Green+Blue) = 15+188+21=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 188 (73.83% from 255 or 83.93% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC15 is #F043EA. Grayscale: #757575. Windows color (decimal): -15746027 or 1424399. OLE color: 1424399.

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

Color convert

RGB 15 188 21 -
CMYK 0.92 0 0.89 0.26
HSL 122.08º 0.85% 0.4% -
HSV(B) 122.08º 0.92% 0.74% -
XYZ 18.32 36.12 6.72 -
YUV 117.24 73.69 55.08 -
System Red Green Blue C M Y K H S L
Decimal 15 188 21 0.92 0 0.89 0.26 122.08 0.85 0.4
Hex F BC 15 5C 0 59 1A 7A 55 28
Octal 17 274 25 134 0 131 32 172 125 50
Binary 1111 10111100 10101 1011100 0 1011001 11010 1111010 1010101 101000

Color Harmonies of #0FBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC15

Black with #0FBC15

Text Example


Text Example

White with #0FBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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