Html Css Color HEX #0FB10E Islamic Green

📋 copy color: '#0FB10E'

red 15 ◦ green 177 ◦ blue 14

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

Shades of Islamic Green #0FB10E

Tints of Islamic Green #0FB10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 7.28%
G = 85.92%
B = 6.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#0FB10E (or 0x0FB10E) is known color: Islamic Green. HEX triplet: 0F, B1 and 0E. RGB value is (15,177,14). Sum of RGB (Red+Green+Blue) = 15+177+14=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 177 (69.53% from 255 or 85.92% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB10E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB10E is #F04EF1. Grayscale: #6E6E6E. Windows color (decimal): -15748850 or 962831. OLE color: 962831.

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

Color convert

RGB 15 177 14 -
CMYK 0.92 0 0.92 0.31
HSL 119.63º 0.85% 0.37% -
HSV(B) 119.63º 0.92% 0.69% -
XYZ 16 31.58 5.67 -
YUV 109.98 73.83 60.25 -
System Red Green Blue C M Y K H S L
Decimal 15 177 14 0.92 0 0.92 0.31 119.63 0.85 0.37
Hex F B1 E 5C 0 5C 1F 78 55 25
Octal 17 261 16 134 0 134 37 170 125 45
Binary 1111 10110001 1110 1011100 0 1011100 11111 1111000 1010101 100101

Color Harmonies of #0FB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB10E

Black with #0FB10E

Text Example


Text Example

White with #0FB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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