Html Css Color HEX #0FB01C Islamic Green

📋 copy color: '#0FB01C'

red 15 ◦ green 176 ◦ blue 28

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

Shades of Islamic Green #0FB01C

Tints of Islamic Green #0FB01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 80.37%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 6.85%
G = 80.37%
B = 12.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#0FB01C (or 0x0FB01C) is known color: Islamic Green. HEX triplet: 0F, B0 and 1C. RGB value is (15,176,28). Sum of RGB (Red+Green+Blue) = 15+176+28=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 176 (69.14% from 255 or 80.37% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB01C is #F04FE3. Grayscale: #6F6F6F. Windows color (decimal): -15749092 or 1880079. OLE color: 1880079.

HSL color Cylindrical-coordinate representation of color #0FB01C: hue angle of 124.84º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB01C is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 28 -
CMYK 0.91 0 0.84 0.31
HSL 124.84º 0.84% 0.37% -
HSV(B) 124.84º 0.91% 0.69% -
XYZ 15.93 31.24 6.29 -
YUV 110.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 15 176 28 0.91 0 0.84 0.31 124.84 0.84 0.37
Hex F B0 1C 5B 0 54 1F 7D 54 25
Octal 17 260 34 133 0 124 37 175 124 45
Binary 1111 10110000 11100 1011011 0 1010100 11111 1111101 1010100 100101

Color Harmonies of #0FB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB01C

Black with #0FB01C

Text Example


Text Example

White with #0FB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,28); }

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

background-color css

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

 a { background-color: rgb(15,176,28); }

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

border-color css

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

 span { border-color: rgb(15,176,28); }

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