Html Css Color HEX #0FB70B Islamic Green

📋 copy color: '#0FB70B'

red 15 ◦ green 183 ◦ blue 11

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

Shades of Islamic Green #0FB70B

Tints of Islamic Green #0FB70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 87.56%

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 7.18%
G = 87.56%
B = 5.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#0FB70B (or 0x0FB70B) is known color: Islamic Green. HEX triplet: 0F, B7 and 0B. RGB value is (15,183,11). Sum of RGB (Red+Green+Blue) = 15+183+11=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 183 (71.88% from 255 or 87.56% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB70B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB70B is #F048F4. Grayscale: #717171. Windows color (decimal): -15747317 or 767759. OLE color: 767759.

HSL color Cylindrical-coordinate representation of color #0FB70B: hue angle of 118.6º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB70B is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 11 -
CMYK 0.92 0 0.94 0.28
HSL 118.6º 0.89% 0.38% -
HSV(B) 118.6º 0.94% 0.72% -
XYZ 17.19 33.99 5.97 -
YUV 113.16 70.34 57.99 -
System Red Green Blue C M Y K H S L
Decimal 15 183 11 0.92 0 0.94 0.28 118.6 0.89 0.38
Hex F B7 B 5C 0 5E 1C 77 59 26
Octal 17 267 13 134 0 136 34 167 131 46
Binary 1111 10110111 1011 1011100 0 1011110 11100 1110111 1011001 100110

Color Harmonies of #0FB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB70B

Black with #0FB70B

Text Example


Text Example

White with #0FB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,11); }

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

background-color css

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

 a { background-color: rgb(15,183,11); }

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

border-color css

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

 span { border-color: rgb(15,183,11); }

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