Html Css Color HEX #0FBF01 Islamic Green

📋 copy color: '#0FBF01'

red 15 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #0FBF01

Tints of Islamic Green #0FBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 7.25%
G = 92.27%
B = 0.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#0FBF01 (or 0x0FBF01) is known color: Islamic Green. HEX triplet: 0F, BF and 01. RGB value is (15,191,1). Sum of RGB (Red+Green+Blue) = 15+191+1=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 191 (75% from 255 or 92.27% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF01 is #F040FE. Grayscale: #757575. Windows color (decimal): -15745279 or 114447. OLE color: 114447.

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

Color convert

RGB 15 191 1 -
CMYK 0.92 0 0.99 0.25
HSL 115.58º 0.99% 0.38% -
HSV(B) 115.58º 0.99% 0.75% -
XYZ 18.83 37.37 6.25 -
YUV 116.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 15 191 1 0.92 0 0.99 0.25 115.58 0.99 0.38
Hex F BF 1 5C 0 63 19 74 63 26
Octal 17 277 1 134 0 143 31 164 143 46
Binary 1111 10111111 1 1011100 0 1100011 11001 1110100 1100011 100110

Color Harmonies of #0FBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF01

Black with #0FBF01

Text Example


Text Example

White with #0FBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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