Html Css Color HEX #0FBC12 Islamic Green

📋 copy color: '#0FBC12'

red 15 ◦ green 188 ◦ blue 18

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

Shades of Islamic Green #0FBC12

Tints of Islamic Green #0FBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 6.79%
G = 85.07%
B = 8.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#0FBC12 (or 0x0FBC12) is known color: Islamic Green. HEX triplet: 0F, BC and 12. RGB value is (15,188,18). Sum of RGB (Red+Green+Blue) = 15+188+18=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 188 (73.83% from 255 or 85.07% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC12 is #F043ED. Grayscale: #757575. Windows color (decimal): -15746030 or 1227791. OLE color: 1227791.

HSL color Cylindrical-coordinate representation of color #0FBC12: hue angle of 121.04º 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 #0FBC12 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 18 -
CMYK 0.92 0 0.90 0.26
HSL 121.04º 0.85% 0.4% -
HSV(B) 121.04º 0.92% 0.74% -
XYZ 18.29 36.11 6.58 -
YUV 116.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 15 188 18 0.92 0 0.90 0.26 121.04 0.85 0.4
Hex F BC 12 5C 0 5A 1A 79 55 28
Octal 17 274 22 134 0 132 32 171 125 50
Binary 1111 10111100 10010 1011100 0 1011010 11010 1111001 1010101 101000

Color Harmonies of #0FBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC12

Black with #0FBC12

Text Example


Text Example

White with #0FBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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