Html Css Color HEX #0FB913 Islamic Green

📋 copy color: '#0FB913'

red 15 ◦ green 185 ◦ blue 19

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

Shades of Islamic Green #0FB913

Tints of Islamic Green #0FB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 6.85%
G = 84.47%
B = 8.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#0FB913 (or 0x0FB913) is known color: Islamic Green. HEX triplet: 0F, B9 and 13. RGB value is (15,185,19). Sum of RGB (Red+Green+Blue) = 15+185+19=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB913 is #F046EC. Grayscale: #737373. Windows color (decimal): -15746797 or 1292559. OLE color: 1292559.

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

Color convert

RGB 15 185 19 -
CMYK 0.92 0 0.90 0.27
HSL 121.41º 0.85% 0.39% -
HSV(B) 121.41º 0.92% 0.73% -
XYZ 17.66 34.85 6.41 -
YUV 115.25 73.68 56.5 -
System Red Green Blue C M Y K H S L
Decimal 15 185 19 0.92 0 0.90 0.27 121.41 0.85 0.39
Hex F B9 13 5C 0 5A 1B 79 55 27
Octal 17 271 23 134 0 132 33 171 125 47
Binary 1111 10111001 10011 1011100 0 1011010 11011 1111001 1010101 100111

Color Harmonies of #0FB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB913

Black with #0FB913

Text Example


Text Example

White with #0FB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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