Html Css Color HEX #0FB305 Islamic Green

📋 copy color: '#0FB305'

red 15 ◦ green 179 ◦ blue 5

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

Shades of Islamic Green #0FB305

Tints of Islamic Green #0FB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 7.54%
G = 89.95%
B = 2.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#0FB305 (or 0x0FB305) is known color: Islamic Green. HEX triplet: 0F, B3 and 05. RGB value is (15,179,5). Sum of RGB (Red+Green+Blue) = 15+179+5=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 179 (70.31% from 255 or 89.95% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB305 is #F04CFA. Grayscale: #6E6E6E. Windows color (decimal): -15748347 or 373519. OLE color: 373519.

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

Color convert

RGB 15 179 5 -
CMYK 0.92 0 0.97 0.30
HSL 116.55º 0.95% 0.36% -
HSV(B) 116.55º 0.97% 0.7% -
XYZ 16.34 32.35 5.53 -
YUV 110.13 68.67 60.15 -
System Red Green Blue C M Y K H S L
Decimal 15 179 5 0.92 0 0.97 0.30 116.55 0.95 0.36
Hex F B3 5 5C 0 61 1E 75 5F 24
Octal 17 263 5 134 0 141 36 165 137 44
Binary 1111 10110011 101 1011100 0 1100001 11110 1110101 1011111 100100

Color Harmonies of #0FB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB305

Black with #0FB305

Text Example


Text Example

White with #0FB305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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