Html Css Color HEX #0FB11C Islamic Green

📋 copy color: '#0FB11C'

red 15 ◦ green 177 ◦ blue 28

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

Shades of Islamic Green #0FB11C

Tints of Islamic Green #0FB11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 80.45%

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

R = 6.82%
G = 80.45%
B = 12.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#0FB11C (or 0x0FB11C) is known color: Islamic Green. HEX triplet: 0F, B1 and 1C. RGB value is (15,177,28). Sum of RGB (Red+Green+Blue) = 15+177+28=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB11C is #F04EE3. Grayscale: #707070. Windows color (decimal): -15748836 or 1880335. OLE color: 1880335.

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

Color convert

RGB 15 177 28 -
CMYK 0.92 0 0.84 0.31
HSL 124.81º 0.84% 0.38% -
HSV(B) 124.81º 0.92% 0.69% -
XYZ 16.13 31.63 6.35 -
YUV 111.58 80.83 59.12 -
System Red Green Blue C M Y K H S L
Decimal 15 177 28 0.92 0 0.84 0.31 124.81 0.84 0.38
Hex F B1 1C 5C 0 54 1F 7D 54 26
Octal 17 261 34 134 0 124 37 175 124 46
Binary 1111 10110001 11100 1011100 0 1010100 11111 1111101 1010100 100110

Color Harmonies of #0FB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB11C

Black with #0FB11C

Text Example


Text Example

White with #0FB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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