Html Css Color HEX #0FB319 Islamic Green

📋 copy color: '#0FB319'

red 15 ◦ green 179 ◦ blue 25

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

Shades of Islamic Green #0FB319

Tints of Islamic Green #0FB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 81.74%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 6.85%
G = 81.74%
B = 11.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#0FB319 (or 0x0FB319) is known color: Islamic Green. HEX triplet: 0F, B3 and 19. RGB value is (15,179,25). Sum of RGB (Red+Green+Blue) = 15+179+25=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 179 (70.31% from 255 or 81.74% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB319 is #F04CE6. Grayscale: #707070. Windows color (decimal): -15748327 or 1684239. OLE color: 1684239.

HSL color Cylindrical-coordinate representation of color #0FB319: hue angle of 123.66º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB319 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 25 -
CMYK 0.92 0 0.86 0.30
HSL 123.66º 0.85% 0.38% -
HSV(B) 123.66º 0.92% 0.7% -
XYZ 16.49 32.41 6.31 -
YUV 112.41 78.67 58.52 -
System Red Green Blue C M Y K H S L
Decimal 15 179 25 0.92 0 0.86 0.30 123.66 0.85 0.38
Hex F B3 19 5C 0 56 1E 7C 55 26
Octal 17 263 31 134 0 126 36 174 125 46
Binary 1111 10110011 11001 1011100 0 1010110 11110 1111100 1010101 100110

Color Harmonies of #0FB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB319

Black with #0FB319

Text Example


Text Example

White with #0FB319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,25); }

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

background-color css

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

 a { background-color: rgb(15,179,25); }

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

border-color css

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

 span { border-color: rgb(15,179,25); }

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