Html Css Color HEX #0FB901 Islamic Green

📋 copy color: '#0FB901'

red 15 ◦ green 185 ◦ blue 1

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

Shades of Islamic Green #0FB901

Tints of Islamic Green #0FB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 92.04%

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

R = 7.46%
G = 92.04%
B = 0.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#0FB901 (or 0x0FB901) is known color: Islamic Green. HEX triplet: 0F, B9 and 01. RGB value is (15,185,1). Sum of RGB (Red+Green+Blue) = 15+185+1=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 185 (72.66% from 255 or 92.04% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB901 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB901 is #F046FE. Grayscale: #717171. Windows color (decimal): -15746815 or 112911. OLE color: 112911.

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

Color convert

RGB 15 185 1 -
CMYK 0.92 0 0.99 0.27
HSL 115.43º 0.99% 0.36% -
HSV(B) 115.43º 0.99% 0.73% -
XYZ 17.55 34.8 5.82 -
YUV 113.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 15 185 1 0.92 0 0.99 0.27 115.43 0.99 0.36
Hex F B9 1 5C 0 63 1B 73 63 24
Octal 17 271 1 134 0 143 33 163 143 44
Binary 1111 10111001 1 1011100 0 1100011 11011 1110011 1100011 100100

Color Harmonies of #0FB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB901

Black with #0FB901

Text Example


Text Example

White with #0FB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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