Html Css Color HEX #0FBC16 Islamic Green

📋 copy color: '#0FBC16'

red 15 ◦ green 188 ◦ blue 22

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

Shades of Islamic Green #0FBC16

Tints of Islamic Green #0FBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 6.67%
G = 83.56%
B = 9.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#0FBC16 (or 0x0FBC16) is known color: Islamic Green. HEX triplet: 0F, BC and 16. RGB value is (15,188,22). Sum of RGB (Red+Green+Blue) = 15+188+22=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC16 is #F043E9. Grayscale: #757575. Windows color (decimal): -15746026 or 1489935. OLE color: 1489935.

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

Color convert

RGB 15 188 22 -
CMYK 0.92 0 0.88 0.26
HSL 122.43º 0.85% 0.4% -
HSV(B) 122.43º 0.92% 0.74% -
XYZ 18.33 36.13 6.77 -
YUV 117.35 74.19 55 -
System Red Green Blue C M Y K H S L
Decimal 15 188 22 0.92 0 0.88 0.26 122.43 0.85 0.4
Hex F BC 16 5C 0 58 1A 7A 55 28
Octal 17 274 26 134 0 130 32 172 125 50
Binary 1111 10111100 10110 1011100 0 1011000 11010 1111010 1010101 101000

Color Harmonies of #0FBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC16

Black with #0FBC16

Text Example


Text Example

White with #0FBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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