Html Css Color HEX #0FBF13 Islamic Green

📋 copy color: '#0FBF13'

red 15 ◦ green 191 ◦ blue 19

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

Shades of Islamic Green #0FBF13

Tints of Islamic Green #0FBF13

RGB

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

 GREEN value IS 191 (75% from 255) = 84.89%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 6.67%
G = 84.89%
B = 8.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0FBF13 (or 0x0FBF13) is known color: Islamic Green. HEX triplet: 0F, BF and 13. RGB value is (15,191,19). Sum of RGB (Red+Green+Blue) = 15+191+19=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 191 (75% from 255 or 84.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF13 is #F040EC. Grayscale: #777777. Windows color (decimal): -15745261 or 1294095. OLE color: 1294095.

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

Color convert

RGB 15 191 19 -
CMYK 0.92 0 0.90 0.25
HSL 121.36º 0.85% 0.4% -
HSV(B) 121.36º 0.92% 0.75% -
XYZ 18.95 37.41 6.84 -
YUV 118.77 71.69 53.99 -
System Red Green Blue C M Y K H S L
Decimal 15 191 19 0.92 0 0.90 0.25 121.36 0.85 0.4
Hex F BF 13 5C 0 5A 19 79 55 28
Octal 17 277 23 134 0 132 31 171 125 50
Binary 1111 10111111 10011 1011100 0 1011010 11001 1111001 1010101 101000

Color Harmonies of #0FBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF13

Black with #0FBF13

Text Example


Text Example

White with #0FBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,19); }

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

background-color css

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

 a { background-color: rgb(15,191,19); }

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

border-color css

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

 span { border-color: rgb(15,191,19); }

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